MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetIndex

Method GetIndex

highlevelilinstruction.cpp:535–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535size_t HighLevelILOperand::GetIndex() const
536{
537 if (m_type != IndexHighLevelOperand)
538 throw HighLevelILInstructionAccessException();
539 return m_instr.GetRawOperandAsIndex(m_operandIndex);
540}
541
542
543uint32_t HighLevelILOperand::GetIntrinsic() const

Callers

nothing calls this directly

Tested by

no test coverage detected