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()
142 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()162 DC->CommentsToEmit.clear(); in emitComments()
7168 SmallString<128> &CommentsToEmit, in emitComments() argument7172 StringRef Comments = CommentsToEmit.str(); in emitComments()7189 CommentsToEmit.clear(); in emitComments()7275 SmallString<128> CommentsToEmit; in DisassembleMachO() local7276 raw_svector_ostream CommentStream(CommentsToEmit); in DisassembleMachO()7667 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()