| 1080 | |
| 1081 | |
| 1082 | RegisterValue MediumLevelILInstructionBase::GetValue() const |
| 1083 | { |
| 1084 | return function->GetExprValue(*(const MediumLevelILInstruction*)this); |
| 1085 | } |
| 1086 | |
| 1087 | |
| 1088 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const |
nothing calls this directly
no test coverage detected