| 1195 | |
| 1196 | |
| 1197 | RegisterValue MediumLevelILInstructionBase::GetFlagValue(uint32_t flag) |
| 1198 | { |
| 1199 | return function->GetFlagValueAtInstruction(flag, instructionIndex); |
| 1200 | } |
| 1201 | |
| 1202 | |
| 1203 | RegisterValue MediumLevelILInstructionBase::GetFlagValueAfter(uint32_t flag) |
nothing calls this directly
no test coverage detected