| 1232 | |
| 1233 | |
| 1234 | LowLevelILIndexList LowLevelILOperand::GetIndexList() const |
| 1235 | { |
| 1236 | if (m_type != IndexListLowLevelOperand) |
| 1237 | throw LowLevelILInstructionAccessException(); |
| 1238 | return m_instr.GetRawOperandAsIndexList(m_operandIndex); |
| 1239 | } |
| 1240 | |
| 1241 | |
| 1242 | LowLevelILIndexMap LowLevelILOperand::GetIndexMap() const |
no test coverage detected