Home
last modified time | relevance | path

Searched refs:CommentStream (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/MC/
DMCDisassembler.cpp40 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingSymbolicOperand()
49 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingPcLoadReferenceComment()
DMCInstPrinter.cpp34 if (CommentStream) { in printAnnotation()
35 (*CommentStream) << Annot; in printAnnotation()
39 (*CommentStream) << '\n'; in printAnnotation()
DMCAsmStreamer.cpp49 raw_svector_ostream CommentStream; member in __anon9f8334a30111::MCAsmStreamer
75 CommentStream(CommentToEmit), IsVerboseAsm(isVerboseAsm), in MCAsmStreamer()
79 InstPrinter->setCommentStream(CommentStream); in MCAsmStreamer()
115 return CommentStream; in GetCommentOS()
273 CommentStream.flush(); in AddComment()
280 CommentStream.resync(); in AddComment()
284 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
289 CommentStream.flush(); in EmitCommentsAndEOL()
305 CommentStream.resync(); in EmitCommentsAndEOL()
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCInstPrinter.h38 raw_ostream *CommentStream;
60 : CommentStream(0), MAI(mai), MII(mii), MRI(mri), AvailableFeatures(0), in MCInstPrinter()
66 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; } in setCommentStream()
DMCExternalSymbolizer.h48 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
52 void tryAddingPcLoadReferenceComment(raw_ostream &CommentStream,
DMCDisassembler.h62 CommentStream(0) {} in MCDisassembler()
138 mutable raw_ostream *CommentStream; variable
/freebsd-9-stable/contrib/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp58 if (CommentStream) in printInst()
59 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst()
162 if (CommentStream && (Op.getImm() > 255 || Op.getImm() < -256)) in printOperand()
163 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm()); in printOperand()
DX86IntelInstPrinter.cpp48 if (CommentStream) in printInst()
49 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst()
/freebsd-9-stable/contrib/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp153 DC->CommentStream.flush(); in emitComments()
175 DC->CommentStream.resync(); in emitComments()
251 DC->CommentStream << "Latency: " << Latency << '\n'; in emitLatency()
352 IP->setCommentStream(DC->CommentStream); in LLVMSetDisasmOptions()
DDisassembler.h84 raw_svector_ostream CommentStream; variable
98 CommentStream(CommentsToEmit) { in LLVMDisasmContext()
/freebsd-9-stable/contrib/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp452 raw_svector_ostream CommentStream(Comments); in DisassembleObject() local
492 DebugOut, CommentStream)) { in DisassembleObject()
499 outs() << CommentStream.str(); in DisassembleObject()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp121 CommentStream = &cStream; in getInstruction()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp270 CommentStream = &cs; in getInstruction()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp420 CommentStream = &cs; in getInstruction()
688 CommentStream = &cs; in getInstruction()