Home
last modified time | relevance | path

Searched refs:CommentsToEmit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h82 SmallString<128> CommentsToEmit;
100 IP(std::move(IP)), Options(0), CommentStream(CommentsToEmit) {} in LLVMDisasmContext()
H A DDisassembler.cpp142 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()
162 DC->CommentsToEmit.clear(); in emitComments()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7402 SmallString<128> &CommentsToEmit, in emitComments() argument
7406 StringRef Comments = CommentsToEmit.str(); in emitComments()
7423 CommentsToEmit.clear(); in emitComments()
7611 SmallString<128> CommentsToEmit; in DisassembleMachO() local
7612 raw_svector_ostream CommentStream(CommentsToEmit); in DisassembleMachO()
7928 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()