| 1598 | |
| 1599 | |
| 1600 | RegisterValue LowLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg) |
| 1601 | { |
| 1602 | return function->GetRegisterValueAfterInstruction(reg, instructionIndex); |
| 1603 | } |
| 1604 | |
| 1605 | |
| 1606 | PossibleValueSet LowLevelILInstructionBase::GetPossibleRegisterValues(uint32_t reg) |
nothing calls this directly
no test coverage detected