| 1240 | |
| 1241 | |
| 1242 | LowLevelILIndexMap LowLevelILOperand::GetIndexMap() const |
| 1243 | { |
| 1244 | if (m_type != IndexMapLowLevelOperand) |
| 1245 | throw LowLevelILInstructionAccessException(); |
| 1246 | return m_instr.GetRawOperandAsIndexMap(m_operandIndex); |
| 1247 | } |
| 1248 | |
| 1249 | |
| 1250 | LowLevelILInstructionList LowLevelILOperand::GetExprList() const |
nothing calls this directly
no test coverage detected