| 808 | |
| 809 | |
| 810 | void HighLevelILTokenEmitter::AppendSemicolon() |
| 811 | { |
| 812 | BNHighLevelILTokenEmitterAppendSemicolon(m_object); |
| 813 | } |
| 814 | |
| 815 | |
| 816 | vector<InstructionTextToken> HighLevelILTokenEmitter::GetCurrentTokens() const |
no outgoing calls
no test coverage detected