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

Method GetIndexMap

lowlevelilinstruction.cpp:1242–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240
1241
1242LowLevelILIndexMap LowLevelILOperand::GetIndexMap() const
1243{
1244 if (m_type != IndexMapLowLevelOperand)
1245 throw LowLevelILInstructionAccessException();
1246 return m_instr.GetRawOperandAsIndexMap(m_operandIndex);
1247}
1248
1249
1250LowLevelILInstructionList LowLevelILOperand::GetExprList() const

Callers

nothing calls this directly

Tested by

no test coverage detected