| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ObjDumper.h | 29 class ScopedPrinter; variable 33 ObjDumper(ScopedPrinter &Writer); 107 ScopedPrinter &W; 117 ScopedPrinter &Writer, 121 ScopedPrinter &Writer, 125 ScopedPrinter &Writer, 129 ScopedPrinter &Writer, 133 ScopedPrinter &Writer, 137 ScopedPrinter &Writer); 139 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
|
| HD | WindowsResourceDumper.h | 21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() 26 ScopedPrinter &SW;
|
| HD | Win64EHDumper.h | 24 ScopedPrinter &SW; 55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
|
| HD | llvm-readobj.cpp | 421 ScopedPrinter &Writer, in createDumper() 441 static void dumpObject(const ObjectFile *Obj, ScopedPrinter &Writer, in dumpObject() 557 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() 580 ScopedPrinter &Writer) { in dumpMachOUniversalBinary() 594 ScopedPrinter &Printer) { in dumpWindowsResourceFile() 602 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput() 715 ScopedPrinter Writer(fouts()); in main()
|
| HD | ARMWinEHPrinter.h | 24 ScopedPrinter &SW; 156 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
|
| HD | COFFImportDumper.cpp | 23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
| HD | ARMEHABIPrinter.h | 29 ScopedPrinter &SW; 66 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() 330 ScopedPrinter &SW; 355 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF, in PrinterContext()
|
| HD | DwarfCFIEHPrinter.h | 33 ScopedPrinter &W; 41 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> *ObjF) in PrinterContext()
|
| HD | WasmDumper.cpp | 60 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() 247 ScopedPrinter &Writer, in createWasmDumper()
|
| HD | StackMapPrinter.h | 19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
|
| HD | ObjDumper.cpp | 30 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
|
| HD | XCOFFDumper.cpp | 32 XCOFFDumper(const XCOFFObjectFile &Obj, ScopedPrinter &Writer) in XCOFFDumper() 526 ScopedPrinter &Writer, in createXCOFFDumper()
|
| HD | MachODumper.cpp | 30 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) in MachODumper() 72 ScopedPrinter &Writer, in createMachODumper()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | 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 …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | SymbolDumper.h | 19 class ScopedPrinter; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 48 ScopedPrinter &W;
|
| HD | TypeDumpVisitor.h | 19 class ScopedPrinter; variable 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 74 ScopedPrinter *W;
|
| HD | TypeIndex.h | 20 class ScopedPrinter; variable 277 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | 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 …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | 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;
|
| HD | ARMAttributeParser.h | 21 ScopedPrinter *SW; 123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | ScopedPrinter.cpp | 22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | WindowsResource.h | 47 class ScopedPrinter; variable 173 void print(ScopedPrinter &Writer, StringRef Name) const;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
| HD | SymbolDumper.cpp | 34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() 58 ScopedPrinter &W;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | WindowsResource.cpp | 377 ScopedPrinter Writer(OS); in printTree() 551 void WindowsResourceParser::TreeNode::print(ScopedPrinter &Writer, in print()
|