| 297 | |
| 298 | |
| 299 | size_t LowLevelILFunction::CachePossibleValueSet(const PossibleValueSet& pvs) |
| 300 | { |
| 301 | BNPossibleValueSet ugh = pvs.ToAPIObject(); |
| 302 | return BNCacheLowLevelILPossibleValueSet(m_object, &ugh); |
| 303 | } |
| 304 | |
| 305 | |
| 306 | PossibleValueSet LowLevelILFunction::GetCachedPossibleValueSet(size_t idx) |
nothing calls this directly
no test coverage detected