| 182 | |
| 183 | |
| 184 | BNHighLevelILInstruction HighLevelILFunction::GetRawNonASTExpr(size_t i) const |
| 185 | { |
| 186 | return BNGetHighLevelILByIndex(m_object, i, false); |
| 187 | } |
| 188 | |
| 189 | |
| 190 | HighLevelILInstruction HighLevelILFunction::operator[](size_t i) |
no outgoing calls
no test coverage detected