| 87 | |
| 88 | |
| 89 | size_t HighLevelILFunction::CachePossibleValueSet(const PossibleValueSet& pvs) |
| 90 | { |
| 91 | BNPossibleValueSet ugh = pvs.ToAPIObject(); |
| 92 | return BNCacheHighLevelILPossibleValueSet(m_object, &ugh); |
| 93 | } |
| 94 | |
| 95 | |
| 96 | PossibleValueSet HighLevelILFunction::GetCachedPossibleValueSet(size_t idx) |
nothing calls this directly
no test coverage detected