| 899 | |
| 900 | |
| 901 | void HighLevelILTokenEmitter::AppendIntegerTextToken(const HighLevelILInstruction& instr, int64_t val, size_t size) |
| 902 | { |
| 903 | BNAddHighLevelILIntegerTextToken(instr.function->GetObject(), instr.exprIndex, val, size, m_object); |
| 904 | } |
| 905 | |
| 906 | |
| 907 | void HighLevelILTokenEmitter::AppendArrayIndexToken( |
no test coverage detected