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()
141 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()161 DC->CommentsToEmit.clear(); in emitComments()
7111 SmallString<128> &CommentsToEmit, in emitComments() argument7115 StringRef Comments = CommentsToEmit.str(); in emitComments()7132 CommentsToEmit.clear(); in emitComments()7320 SmallString<128> CommentsToEmit; in DisassembleMachO() local7321 raw_svector_ostream CommentStream(CommentsToEmit); in DisassembleMachO()7641 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()