| 1592 | |
| 1593 | |
| 1594 | RegisterValue LowLevelILInstructionBase::GetRegisterValue(uint32_t reg) |
| 1595 | { |
| 1596 | return function->GetRegisterValueAtInstruction(reg, instructionIndex); |
| 1597 | } |
| 1598 | |
| 1599 | |
| 1600 | RegisterValue LowLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg) |
nothing calls this directly
no test coverage detected