/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ObjDumper.h | 28 class ScopedPrinter; variable 32 ObjDumper(ScopedPrinter &Writer); 95 ScopedPrinter &W; 99 ScopedPrinter &Writer, 103 ScopedPrinter &Writer, 107 ScopedPrinter &Writer, 111 ScopedPrinter &Writer, 115 ScopedPrinter &Writer); 118 ScopedPrinter &Writer, llvm::codeview::MergingTypeTableBuilder &IDTable,
|
D | WindowsResourceDumper.h | 22 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() 27 ScopedPrinter &SW;
|
D | Win64EHDumper.h | 25 ScopedPrinter &SW; 56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
|
D | llvm-readobj.cpp | 385 ScopedPrinter &Writer, in createDumper() 403 static void dumpObject(const ObjectFile *Obj, ScopedPrinter &Writer) { in dumpObject() 519 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() 542 ScopedPrinter &Writer) { in dumpMachOUniversalBinary() 557 ScopedPrinter Printer{outs()}; in dumpWindowsResourceFile() 566 ScopedPrinter Writer(outs()); in dumpInput() 609 ScopedPrinter W(outs()); in main()
|
D | ARMWinEHPrinter.h | 25 ScopedPrinter &SW; 110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder()
|
D | COFFImportDumper.cpp | 24 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
D | WasmDumper.cpp | 53 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() 227 ScopedPrinter &Writer, in createWasmDumper()
|
/external/llvm/tools/llvm-readobj/ |
D | ObjDumper.h | 25 class ScopedPrinter; variable 29 ObjDumper(ScopedPrinter &Writer); 81 ScopedPrinter &W; 85 ScopedPrinter &Writer, 89 ScopedPrinter &Writer, 93 ScopedPrinter &Writer, 98 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
|
D | Win64EHDumper.h | 25 ScopedPrinter &SW; 56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
|
D | ARMWinEHPrinter.h | 25 ScopedPrinter &SW; 110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder()
|
D | ObjDumper.cpp | 23 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
|
D | ARMAttributeParser.h | 20 ScopedPrinter &SW; 118 ARMAttributeParser(ScopedPrinter &SW) : SW(SW) {} in ARMAttributeParser()
|
D | llvm-readobj.cpp | 325 ScopedPrinter &Writer, in createDumper() 342 ScopedPrinter Writer(outs()); in dumpObject() 518 ScopedPrinter W(outs()); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 24 class ScopedPrinter; variable 93 void dump(ScopedPrinter &W) const; 112 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 250 void dump(ScopedPrinter &W) const; 277 void dump(ScopedPrinter &W) const; 316 void dump(ScopedPrinter &W) const; 401 void dumpCUs(ScopedPrinter &W) const; 402 void dumpLocalTUs(ScopedPrinter &W) const; 403 void dumpForeignTUs(ScopedPrinter &W) const; 404 void dumpAbbreviations(ScopedPrinter &W) const; [all …]
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumper.h | 20 class ScopedPrinter; variable 27 CVTypeDumper(ScopedPrinter *W, bool PrintRecordBytes) in CVTypeDumper() 62 void setPrinter(ScopedPrinter *P); 63 ScopedPrinter *getPrinter() { return W; } in getPrinter() 87 ScopedPrinter *W;
|
D | SymbolDumper.h | 20 class ScopedPrinter; variable 28 CVSymbolDumper(ScopedPrinter &W, CVTypeDumper &CVTD, in CVSymbolDumper() 45 ScopedPrinter &W;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 20 class ScopedPrinter; variable 28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 47 ScopedPrinter &W;
|
D | TypeDumpVisitor.h | 20 class ScopedPrinter; variable 29 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 75 ScopedPrinter *W;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 137 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump() 164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() 207 ScopedPrinter W(OS); in dump() 365 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump() 407 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump() 565 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump() 656 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() 671 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() 686 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs() 692 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs() [all …]
|
/external/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 69 class ScopedPrinter { 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function 345 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label, 352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() 357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() 370 ScopedPrinter &W;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 69 class ScopedPrinter { 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function 356 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label, 363 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() 368 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() 381 ScopedPrinter &W;
|
D | ARMAttributeParser.h | 22 ScopedPrinter *SW; 122 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 341 static void dumpTpiHash(ScopedPrinter &P, TpiStream &Tpi) { in dumpTpiHash() 409 ScopedPrinter *OldP = TD.getPrinter(); in dumpTpiStream() 519 RecordVisitor(ScopedPrinter &P, PDBFile &F) : P(P), F(F) {} in dumpDbiStream() 595 ScopedPrinter &P; in dumpDbiStream() 622 Visitor(ScopedPrinter &P, DbiStream &DS) : P(P), DS(DS) {} in dumpSectionContribs() 650 ScopedPrinter &P; in dumpSectionContribs()
|
D | LLVMOutputStyle.h | 44 ScopedPrinter P;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|