Searched refs:CommentStream (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCDisassembler.cpp | 40 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingSymbolicOperand() 49 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingPcLoadReferenceComment()
|
| D | MCInstPrinter.cpp | 34 if (CommentStream) { in printAnnotation() 35 (*CommentStream) << Annot; in printAnnotation() 39 (*CommentStream) << '\n'; in printAnnotation()
|
| D | MCAsmStreamer.cpp | 49 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/ |
| D | MCInstPrinter.h | 38 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()
|
| D | MCExternalSymbolizer.h | 48 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream, 52 void tryAddingPcLoadReferenceComment(raw_ostream &CommentStream,
|
| D | MCDisassembler.h | 62 CommentStream(0) {} in MCDisassembler() 138 mutable raw_ostream *CommentStream; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/InstPrinter/ |
| D | X86ATTInstPrinter.cpp | 58 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()
|
| D | X86IntelInstPrinter.cpp | 48 if (CommentStream) in printInst() 49 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.cpp | 153 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()
|
| D | Disassembler.h | 84 raw_svector_ostream CommentStream; variable 98 CommentStream(CommentsToEmit) { in LLVMDisasmContext()
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 452 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/ |
| D | X86Disassembler.cpp | 121 CommentStream = &cStream; in getInstruction()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/Disassembler/ |
| D | AArch64Disassembler.cpp | 270 CommentStream = &cs; in getInstruction()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 420 CommentStream = &cs; in getInstruction() 688 CommentStream = &cs; in getInstruction()
|