| 1586 | |
| 1587 | |
| 1588 | PossibleValueSet LowLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const |
| 1589 | { |
| 1590 | return function->GetPossibleExprValues(*(const LowLevelILInstruction*)this, options); |
| 1591 | } |
| 1592 | |
| 1593 | |
| 1594 | RegisterValue LowLevelILInstructionBase::GetRegisterValue(uint32_t reg) |
nothing calls this directly
no test coverage detected