| 573 | |
| 574 | |
| 575 | HighLevelILInstructionList HighLevelILOperand::GetExprList() const |
| 576 | { |
| 577 | if (m_type != ExprListHighLevelOperand) |
| 578 | throw HighLevelILInstructionAccessException(); |
| 579 | return m_instr.GetRawOperandAsExprList(m_operandIndex); |
| 580 | } |
| 581 | |
| 582 | |
| 583 | HighLevelILSSAVariableList HighLevelILOperand::GetSSAVariableList() const |
nothing calls this directly
no test coverage detected