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()
7402 SmallString<128> &CommentsToEmit, in emitComments() argument7406 StringRef Comments = CommentsToEmit.str(); in emitComments()7423 CommentsToEmit.clear(); in emitComments()7611 SmallString<128> CommentsToEmit; in DisassembleMachO() local7612 raw_svector_ostream CommentStream(CommentsToEmit); in DisassembleMachO()7928 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()