| 1622 | |
| 1623 | |
| 1624 | RegisterValue LowLevelILInstructionBase::GetFlagValueAfter(uint32_t flag) |
| 1625 | { |
| 1626 | return function->GetFlagValueAfterInstruction(flag, instructionIndex); |
| 1627 | } |
| 1628 | |
| 1629 | |
| 1630 | PossibleValueSet LowLevelILInstructionBase::GetPossibleFlagValues(uint32_t flag) |
nothing calls this directly
no test coverage detected