| 1580 | |
| 1581 | |
| 1582 | RegisterValue LowLevelILInstructionBase::GetValue() const |
| 1583 | { |
| 1584 | return function->GetExprValue(*(const LowLevelILInstruction*)this); |
| 1585 | } |
| 1586 | |
| 1587 | |
| 1588 | PossibleValueSet LowLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const |
nothing calls this directly
no test coverage detected