| 1248 | |
| 1249 | |
| 1250 | LowLevelILInstructionList LowLevelILOperand::GetExprList() const |
| 1251 | { |
| 1252 | if (m_type != ExprListLowLevelOperand) |
| 1253 | throw LowLevelILInstructionAccessException(); |
| 1254 | return m_instr.GetRawOperandAsExpr(m_operandIndex).GetRawOperandAsExprList(0); |
| 1255 | } |
| 1256 | |
| 1257 | |
| 1258 | LowLevelILRegisterOrFlagList LowLevelILOperand::GetRegisterOrFlagList() const |
no test coverage detected