/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64ExternalSymbolizer.cpp | 61 MCInst &MI, raw_ostream &CommentStream, int64_t Value, uint64_t Address, in tryAddingSymbolicOperand() argument 87 CommentStream << "symbol stub for: " << ReferenceName; in tryAddingSymbolicOperand() 90 CommentStream << "Objc message: " << ReferenceName; in tryAddingSymbolicOperand() 102 CommentStream << format("0x%llx", in tryAddingSymbolicOperand() 135 CommentStream << "literal pool symbol address: " << ReferenceName; in tryAddingSymbolicOperand() 138 CommentStream << "literal pool for: \""; in tryAddingSymbolicOperand() 139 CommentStream.write_escaped(ReferenceName); in tryAddingSymbolicOperand() 140 CommentStream << "\""; in tryAddingSymbolicOperand() 143 CommentStream << "Objc cfstring ref: @\"" << ReferenceName << "\""; in tryAddingSymbolicOperand() 146 CommentStream << "Objc message: " << ReferenceName; in tryAddingSymbolicOperand() [all …]
|
D | AArch64ExternalSymbolizer.h | 31 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
|
/external/llvm/lib/MC/MCDisassembler/ |
D | MCDisassembler.cpp | 23 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingSymbolicOperand() 32 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingPcLoadReferenceComment()
|
D | Disassembler.h | 84 raw_svector_ostream CommentStream; variable 95 Options(0), CommentStream(CommentsToEmit) { in LLVMDisasmContext()
|
D | Disassembler.cpp | 224 DC->CommentStream << "Latency: " << Latency << '\n'; in emitLatency() 323 IP->setCommentStream(DC->CommentStream); in LLVMSetDisasmOptions()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstPrinter.h | 26 raw_ostream *CommentStream; 36 : CommentStream(0), MAI(mai), AvailableFeatures(0) {} in MCInstPrinter() 41 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; } in setCommentStream()
|
D | MCDisassembler.h | 60 STI(STI), CommentStream(0) {} in MCDisassembler() 131 mutable raw_ostream *CommentStream; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 37 raw_svector_ostream CommentStream; member in __anon150edaef0111::PTXMCAsmStreamer 50 InstPrinter(printer), Emitter(emitter), CommentStream(CommentToEmit), in PTXMCAsmStreamer() 54 InstPrinter->setCommentStream(CommentStream); in PTXMCAsmStreamer() 91 return CommentStream; in GetCommentOS() 191 CommentStream.flush(); in AddComment() 198 CommentStream.resync(); in AddComment() 202 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL() 207 CommentStream.flush(); in EmitCommentsAndEOL() 223 CommentStream.resync(); in EmitCommentsAndEOL()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.cpp | 49 if (CommentStream) { in printInst() 51 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst() 99 if (CommentStream && (Op.getImm() > 255 || Op.getImm() < -256)) in printOperand() 100 *CommentStream << format("imm = 0x%llX\n", (long long)Op.getImm()); in printOperand()
|
D | X86IntelInstPrinter.cpp | 40 if (CommentStream) { in printInst() 42 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.cpp | 46 if (CommentStream) in printInst() 48 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst() 178 if (CommentStream && !HasCustomInstComment && (Imm > 255 || Imm < -256)) { in printOperand() 181 *CommentStream << format("imm = 0x%" PRIX16 "\n", (uint16_t)Imm); in printOperand() 183 *CommentStream << format("imm = 0x%" PRIX32 "\n", (uint32_t)Imm); in printOperand() 185 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Imm); in printOperand()
|
D | X86IntelInstPrinter.cpp | 50 if (CommentStream) in printInst() 51 EmitAnyX86InstComments(MI, *CommentStream, getRegisterName); in printInst()
|
/external/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 43 if (CommentStream) { in printAnnotation() 44 (*CommentStream) << Annot; in printAnnotation() 48 (*CommentStream) << '\n'; in printAnnotation()
|
D | MCAsmStreamer.cpp | 51 raw_svector_ostream CommentStream; member in __anon0a0f6ae50111::MCAsmStreamer 68 AsmBackend(asmbackend), CommentStream(CommentToEmit), in MCAsmStreamer() 73 InstPrinter->setCommentStream(CommentStream); in MCAsmStreamer() 113 return CommentStream; in GetCommentOS() 301 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 43 raw_ostream *CommentStream; 63 : CommentStream(nullptr), MAI(mai), MII(mii), MRI(mri), UseMarkup(0), in MCInstPrinter() 69 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; } in setCommentStream()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCInstPrinter.cpp | 31 if (CommentStream) in printAnnotation() 32 (*CommentStream) << Annot; in printAnnotation()
|
D | MCAsmStreamer.cpp | 47 raw_svector_ostream CommentStream; member in __anon247e66110111::MCAsmStreamer 71 CommentStream(CommentToEmit), IsVerboseAsm(isVerboseAsm), in MCAsmStreamer() 74 InstPrinter->setCommentStream(CommentStream); in MCAsmStreamer() 110 return CommentStream; in GetCommentOS() 267 CommentStream.flush(); in AddComment() 274 CommentStream.resync(); in AddComment() 278 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL() 283 CommentStream.flush(); in EmitCommentsAndEOL() 299 CommentStream.resync(); in EmitCommentsAndEOL()
|
/external/llvm/include/llvm/MC/MCDisassembler/ |
D | MCExternalSymbolizer.h | 48 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream, 51 void tryAddingPcLoadReferenceComment(raw_ostream &CommentStream,
|
D | MCDisassembler.h | 57 : Ctx(Ctx), STI(STI), Symbolizer(), CommentStream(nullptr) {} in MCDisassembler() 108 mutable raw_ostream *CommentStream; variable
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 145 /*REMOVE*/ nulls(), DC->CommentStream); in LLVMDisasmInstruction() 153 DC->CommentStream.flush(); in LLVMDisasmInstruction() 163 DC->CommentStream.resync(); in LLVMDisasmInstruction()
|
D | Disassembler.h | 74 raw_svector_ostream CommentStream; variable 85 CommentStream(CommentsToEmit) { in LLVMDisasmContext()
|
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 115 CommentStream = &CS; in getInstruction() 171 *CommentStream << "Error: " + ErrMsg; in errOperand() 224 *CommentStream << "Warning: " << getRegClassName(SRegClassID) in createSRegOperand()
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 65 if (CommentStream) { in printInst()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1119 raw_svector_ostream CommentStream(Comments); in DisassembleObject() local 1210 CommentStream); in DisassembleObject() 1216 outs() << CommentStream.str(); in DisassembleObject()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 1043 if (CommentStream) in printAddSubImm() 1044 *CommentStream << '=' << formatImm(Val << Shift) << '\n'; in printAddSubImm()
|