| 98 | |
| 99 | |
| 100 | size_t MediumLevelILFunction::CachePossibleValueSet(const PossibleValueSet& pvs) |
| 101 | { |
| 102 | BNPossibleValueSet ugh = pvs.ToAPIObject(); |
| 103 | return BNCacheMediumLevelILPossibleValueSet(m_object, &ugh); |
| 104 | } |
| 105 | |
| 106 | |
| 107 | PossibleValueSet MediumLevelILFunction::GetCachedPossibleValueSet(size_t idx) |
nothing calls this directly
no test coverage detected