| 651 | } |
| 652 | |
| 653 | void HighLevelILTokenEmitter::PrependCollapseIndicator() |
| 654 | { |
| 655 | BNHighLevelILTokenPrependCollapseBlankIndicator(m_object); |
| 656 | } |
| 657 | |
| 658 | |
| 659 | void HighLevelILTokenEmitter::PrependCollapseIndicator(Ref<Function> function, const HighLevelILInstruction& instr, uint64_t designator) |
no test coverage detected