| 525 | |
| 526 | |
| 527 | ConstantData HighLevelILOperand::GetConstantData() const |
| 528 | { |
| 529 | if (m_type != ConstantDataHighLevelOperand) |
| 530 | throw HighLevelILInstructionAccessException(); |
| 531 | return m_instr.GetRawOperandAsConstantData(m_operandIndex); |
| 532 | } |
| 533 | |
| 534 | |
| 535 | size_t HighLevelILOperand::GetIndex() const |
nothing calls this directly
no test coverage detected