| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.h | 33 class ScopedPrinter; variable 37 ObjDumper(ScopedPrinter &Writer, StringRef ObjName); 120 ScopedPrinter &W; 132 ScopedPrinter &Writer); 135 ScopedPrinter &Writer); 138 ScopedPrinter &Writer); 141 ScopedPrinter &Writer); 144 ScopedPrinter &Writer); 147 ScopedPrinter &Writer); 149 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
|
| H A D | WindowsResourceDumper.h | 21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() 26 ScopedPrinter &SW;
|
| H A D | Win64EHDumper.h | 24 ScopedPrinter &SW; 55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
|
| H A D | llvm-readobj.cpp | 445 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper() 466 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject() 606 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() 633 ScopedPrinter &Writer) { in dumpMachOUniversalBinary() 647 ScopedPrinter &Printer) { in dumpWindowsResourceFile() 655 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput() 788 ScopedPrinter Writer(fouts()); in main()
|
| H A D | ARMWinEHPrinter.h | 25 ScopedPrinter &SW; 178 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
|
| H A D | COFFImportDumper.cpp | 23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
| H A D | ARMEHABIPrinter.h | 28 ScopedPrinter &SW; 65 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() 329 ScopedPrinter &SW; 355 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> &ELF, in PrinterContext()
|
| H A D | WasmDumper.cpp | 59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() 244 ScopedPrinter &Writer) { in createWasmDumper()
|
| H A D | DwarfCFIEHPrinter.h | 35 ScopedPrinter &W; 42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
|
| H A D | StackMapPrinter.h | 19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
|
| H A D | ObjDumper.cpp | 29 ObjDumper::ObjDumper(ScopedPrinter &Writer, StringRef ObjName) : W(Writer) { in ObjDumper()
|
| H A D | XCOFFDumper.cpp | 26 XCOFFDumper(const XCOFFObjectFile &Obj, ScopedPrinter &Writer) in XCOFFDumper() 517 createXCOFFDumper(const object::XCOFFObjectFile &XObj, ScopedPrinter &Writer) { in createXCOFFDumper()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 23 class ScopedPrinter; variable 92 void dump(ScopedPrinter &W) const; 111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 252 void dump(ScopedPrinter &W) const; 279 void dump(ScopedPrinter &W) const; 318 void dump(ScopedPrinter &W) const; 403 void dumpCUs(ScopedPrinter &W) const; 404 void dumpLocalTUs(ScopedPrinter &W) const; 405 void dumpForeignTUs(ScopedPrinter &W) const; 406 void dumpAbbreviations(ScopedPrinter &W) const; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolDumper.h | 19 class ScopedPrinter; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 48 ScopedPrinter &W;
|
| H A D | TypeDumpVisitor.h | 19 class ScopedPrinter; variable 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 74 ScopedPrinter *W;
|
| H A D | TypeIndex.h | 20 class ScopedPrinter; variable 286 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 69 class ScopedPrinter { 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function 346 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label, 353 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() 358 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() 371 ScopedPrinter &W;
|
| H A D | ELFAttributeParser.h | 31 ScopedPrinter *sw; 49 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
|
| H A D | RISCVAttributeParser.h | 29 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
|
| H A D | ARMAttributeParser.h | 73 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 47 class ScopedPrinter; variable 171 void print(ScopedPrinter &Writer, StringRef Name) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMSupport/ |
| H A D | Makefile | 93 ScopedPrinter.cpp \
|