| 1177 | |
| 1178 | |
| 1179 | RegisterValue MediumLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg) |
| 1180 | { |
| 1181 | return function->GetRegisterValueAfterInstruction(reg, instructionIndex); |
| 1182 | } |
| 1183 | |
| 1184 | |
| 1185 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleRegisterValues(uint32_t reg) |
nothing calls this directly
no test coverage detected