/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ObjDumper.h | 33 class ScopedPrinter; variable 37 ObjDumper(ScopedPrinter &Writer, StringRef ObjName); 119 ScopedPrinter &W; 131 ScopedPrinter &Writer); 134 ScopedPrinter &Writer); 137 ScopedPrinter &Writer); 140 ScopedPrinter &Writer); 143 ScopedPrinter &Writer); 146 ScopedPrinter &Writer); 148 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
|
D | WindowsResourceDumper.h | 21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() 26 ScopedPrinter &SW;
|
D | Win64EHDumper.h | 24 ScopedPrinter &SW; 55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
|
D | llvm-readobj.cpp | 440 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper() 461 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject() 599 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() 626 ScopedPrinter &Writer) { in dumpMachOUniversalBinary() 640 ScopedPrinter &Printer) { in dumpWindowsResourceFile() 648 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput() 766 ScopedPrinter Writer(fouts()); in main()
|
/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 | ObjDumper.cpp | 23 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
|
D | ARMWinEHPrinter.h | 25 ScopedPrinter &SW; 110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder()
|
D | ARMAttributeParser.h | 20 ScopedPrinter &SW; 118 ARMAttributeParser(ScopedPrinter &SW) : SW(SW) {} in ARMAttributeParser()
|
/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-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 23 class ScopedPrinter; variable 92 void dump(ScopedPrinter &W) const; 111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 249 void dump(ScopedPrinter &W) const; 276 void dump(ScopedPrinter &W) const; 315 void dump(ScopedPrinter &W) const; 400 void dumpCUs(ScopedPrinter &W) const; 401 void dumpLocalTUs(ScopedPrinter &W) const; 402 void dumpForeignTUs(ScopedPrinter &W) const; 403 void dumpAbbreviations(ScopedPrinter &W) const; [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 23 class ScopedPrinter; variable 92 void dump(ScopedPrinter &W) const; 111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 245 void dump(ScopedPrinter &W) const; 272 void dump(ScopedPrinter &W) const; 311 void dump(ScopedPrinter &W) const; 396 void dumpCUs(ScopedPrinter &W) const; 397 void dumpLocalTUs(ScopedPrinter &W) const; 398 void dumpForeignTUs(ScopedPrinter &W) const; 399 void dumpAbbreviations(ScopedPrinter &W) const; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 19 class ScopedPrinter; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 48 ScopedPrinter &W;
|
D | TypeDumpVisitor.h | 19 class ScopedPrinter; variable 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 74 ScopedPrinter *W;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 19 class ScopedPrinter; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 48 ScopedPrinter &W;
|
D | TypeDumpVisitor.h | 19 class ScopedPrinter; variable 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 74 ScopedPrinter *W;
|
/external/swiftshader/third_party/llvm-10.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() 564 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump() 655 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() 670 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() 685 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs() 691 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs() [all …]
|
/external/llvm-project/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() 413 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump() 571 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump() 670 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() 685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() 700 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs() 706 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/llvm-project/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 68 class ScopedPrinter { 70 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function 355 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label, 362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() 367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() 380 ScopedPrinter &W;
|
D | ELFAttributeParser.h | 31 ScopedPrinter *sw; 49 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
|
D | RISCVAttributeParser.h | 29 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 68 class ScopedPrinter { 70 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function 355 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label, 362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() 367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() 380 ScopedPrinter &W;
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.h | 44 ScopedPrinter P;
|