| 304 | |
| 305 | |
| 306 | PossibleValueSet LowLevelILFunction::GetCachedPossibleValueSet(size_t idx) |
| 307 | { |
| 308 | BNPossibleValueSet api = BNGetCachedLowLevelILPossibleValueSet(m_object, idx); |
| 309 | return PossibleValueSet::FromAPIObject(api); |
| 310 | } |
| 311 | |
| 312 | |
| 313 | ExprId LowLevelILFunction::AddExpr( |
no outgoing calls
no test coverage detected