Searched refs:CommentStream (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp23 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
32 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
H A DDisassembler.h83 raw_svector_ostream CommentStream; member in class:llvm::LLVMDisasmContext
97 CommentStream(CommentsToEmit) {
H A DDisassembler.cpp215 /// \brief Emits latency information in DC->CommentStream for \p Inst, based
224 DC->CommentStream << "Latency: " << Latency << '\n';
323 IP->setCommentStream(DC->CommentStream);
/external/llvm/include/llvm/MC/
H A DMCExternalSymbolizer.h48 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
51 void tryAddingPcLoadReferenceComment(raw_ostream &CommentStream,
H A DMCInstPrinter.h43 raw_ostream *CommentStream; member in class:llvm::MCInstPrinter
63 : CommentStream(nullptr), MAI(mai), MII(mii), MRI(mri), UseMarkup(0),
69 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; }
H A DMCDisassembler.h57 : Ctx(Ctx), STI(STI), Symbolizer(), CommentStream(nullptr) {}
108 mutable raw_ostream *CommentStream; member in class:llvm::MCDisassembler
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp61 MCInst &MI, raw_ostream &CommentStream, int64_t Value, uint64_t Address,
87 CommentStream << "symbol stub for: " << ReferenceName;
90 CommentStream << "Objc message: " << ReferenceName;
102 CommentStream << format("0x%llx",
135 CommentStream << "literal pool symbol address: " << ReferenceName;
138 CommentStream << "literal pool for: \"" << ReferenceName << "\"";
141 CommentStream << "Objc cfstring ref: @\"" << ReferenceName << "\"";
144 CommentStream << "Objc message: " << ReferenceName;
147 CommentStream << "Objc message ref: " << ReferenceName;
150 CommentStream << "Obj
60 tryAddingSymbolicOperand( MCInst &MI, raw_ostream &CommentStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
[all...]
H A DAArch64ExternalSymbolizer.h31 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
H A DAArch64Disassembler.cpp214 CommentStream = &CS;
/external/llvm/lib/MC/
H A DMCInstPrinter.cpp43 if (CommentStream) {
44 (*CommentStream) << Annot;
45 // By definition (see MCInstPrinter.h), CommentStream must end with
48 (*CommentStream) << '\n';
H A DMCAsmStreamer.cpp50 raw_svector_ostream CommentStream; member in class:__anon12359::final
67 AsmBackend(asmbackend), CommentStream(CommentToEmit),
72 InstPrinter->setCommentStream(CommentStream);
110 return CommentStream;
269 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp46 if (CommentStream)
48 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName);
175 if (CommentStream && !HasCustomInstComment &&
177 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm());
H A DX86IntelInstPrinter.cpp50 if (CommentStream)
51 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp984 raw_svector_ostream CommentStream(Comments);
1063 CommentStream)) {
1067 outs() << CommentStream.str();
H A DMachODump.cpp5852 /// \brief Emits the comments that are stored in the CommentStream.
5853 /// Each comment in the CommentStream must end with a newline.
5854 static void emitComments(raw_svector_ostream &CommentStream, argument
5934 raw_svector_ostream CommentStream(CommentsToEmit);
5935 // FIXME: Setting the CommentStream in the InstPrinter is problematic in that
5940 // IP->setCommentStream(CommentStream);
6231 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo);
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp987 if (CommentStream)
988 *CommentStream << '=' << (Val << Shift) << '\n';
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp143 CommentStream = &CStream;
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp436 CommentStream = &CS;
693 CommentStream = &CS;

Completed in 203 milliseconds