Home
last modified time | relevance | path

Searched refs:ScopedPrinter (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDObjDumper.h29 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,
HDWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper()
26 ScopedPrinter &SW;
HDWin64EHDumper.h24 ScopedPrinter &SW;
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
HDllvm-readobj.cpp421 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()
HDARMWinEHPrinter.h24 ScopedPrinter &SW;
156 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
HDCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
HDARMEHABIPrinter.h29 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()
HDDwarfCFIEHPrinter.h33 ScopedPrinter &W;
41 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> *ObjF) in PrinterContext()
HDWasmDumper.cpp60 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
247 ScopedPrinter &Writer, in createWasmDumper()
HDStackMapPrinter.h19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
HDObjDumper.cpp30 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
HDXCOFFDumper.cpp32 XCOFFDumper(const XCOFFObjectFile &Obj, ScopedPrinter &Writer) in XCOFFDumper()
526 ScopedPrinter &Writer, in createXCOFFDumper()
HDMachODumper.cpp30 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) in MachODumper()
72 ScopedPrinter &Writer, in createMachODumper()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAcceleratorTable.h23 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/
HDSymbolDumper.h19 class ScopedPrinter; variable
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
48 ScopedPrinter &W;
HDTypeDumpVisitor.h19 class ScopedPrinter; variable
28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
74 ScopedPrinter *W;
HDTypeIndex.h20 class ScopedPrinter; variable
277 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp137 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/
HDScopedPrinter.h68 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;
HDARMAttributeParser.h21 ScopedPrinter *SW;
123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWindowsResource.h47 class ScopedPrinter; variable
173 void print(ScopedPrinter &Writer, StringRef Name) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
HDSymbolDumper.cpp34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl()
58 ScopedPrinter &W;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWindowsResource.cpp377 ScopedPrinter Writer(OS); in printTree()
551 void WindowsResourceParser::TreeNode::print(ScopedPrinter &Writer, in print()

12