| 1290 | |
| 1291 | |
| 1292 | LowLevelILSSARegisterOrFlagList LowLevelILOperand::GetSSARegisterOrFlagList() const |
| 1293 | { |
| 1294 | if (m_type != SSARegisterOrFlagListLowLevelOperand) |
| 1295 | throw LowLevelILInstructionAccessException(); |
| 1296 | return m_instr.GetRawOperandAsSSARegisterOrFlagList(m_operandIndex); |
| 1297 | } |
| 1298 | |
| 1299 | |
| 1300 | map<uint32_t, int32_t> LowLevelILOperand::GetRegisterStackAdjustments() const |
nothing calls this directly
no test coverage detected