Searched refs:CommentsToEmit (Results 1 – 3 of 3) sorted by relevance
82 SmallString<128> CommentsToEmit;100 IP(std::move(IP)), Options(0), CommentStream(CommentsToEmit) {} in LLVMDisasmContext()
143 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()163 DC->CommentsToEmit.clear(); in emitComments()
7145 SmallString<128> &CommentsToEmit, in emitComments() argument7149 StringRef Comments = CommentsToEmit.str(); in emitComments()7166 CommentsToEmit.clear(); in emitComments()7252 SmallString<128> CommentsToEmit; in DisassembleMachO() local7253 raw_svector_ostream CommentStream(CommentsToEmit); in DisassembleMachO()7644 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()