Searched refs:CommentsToEmit (Results 1 – 5 of 5) sorted by relevance
73 SmallString<128> CommentsToEmit;85 CommentStream(CommentsToEmit) { in LLVMDisasmContext()
154 StringRef Comments = DC->CommentsToEmit.str(); in LLVMDisasmInstruction()162 DC->CommentsToEmit.clear(); in LLVMDisasmInstruction()
83 SmallString<128> CommentsToEmit;95 Options(0), CommentStream(CommentsToEmit) { in LLVMDisasmContext()
128 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()148 DC->CommentsToEmit.clear(); in emitComments()
6384 SmallString<128> &CommentsToEmit, in emitComments() argument6388 StringRef Comments = CommentsToEmit.str(); in emitComments()6407 CommentsToEmit.clear(); in emitComments()6462 SmallString<128> CommentsToEmit; in DisassembleMachO() local6463 raw_svector_ostream CommentStream(CommentsToEmit); in DisassembleMachO()6819 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()