| 893 | |
| 894 | |
| 895 | void HighLevelILTokenEmitter::AppendVarTextToken(const Variable& var, const HighLevelILInstruction& instr, size_t size) |
| 896 | { |
| 897 | BNAddHighLevelILVarTextToken(instr.function->GetObject(), &var, m_object, instr.exprIndex, size); |
| 898 | } |
| 899 | |
| 900 | |
| 901 | void HighLevelILTokenEmitter::AppendIntegerTextToken(const HighLevelILInstruction& instr, int64_t val, size_t size) |
no test coverage detected