| 1616 | |
| 1617 | |
| 1618 | RegisterValue LowLevelILInstructionBase::GetFlagValue(uint32_t flag) |
| 1619 | { |
| 1620 | return function->GetFlagValueAtInstruction(flag, instructionIndex); |
| 1621 | } |
| 1622 | |
| 1623 | |
| 1624 | RegisterValue LowLevelILInstructionBase::GetFlagValueAfter(uint32_t flag) |
nothing calls this directly
no test coverage detected