| 1610 | |
| 1611 | |
| 1612 | PossibleValueSet LowLevelILInstructionBase::GetPossibleRegisterValuesAfter(uint32_t reg) |
| 1613 | { |
| 1614 | return function->GetPossibleRegisterValuesAfterInstruction(reg, instructionIndex); |
| 1615 | } |
| 1616 | |
| 1617 | |
| 1618 | RegisterValue LowLevelILInstructionBase::GetFlagValue(uint32_t flag) |
nothing calls this directly
no test coverage detected