Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h36 class ScopedPrinter; variable
67 ObjDumper(ScopedPrinter &Writer, StringRef ObjName);
187 ScopedPrinter &W;
201 ScopedPrinter &Writer);
204 ScopedPrinter &Writer);
207 ScopedPrinter &Writer);
210 ScopedPrinter &Writer);
213 ScopedPrinter &Writer);
216 ScopedPrinter &Writer);
218 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
H A DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper()
26 ScopedPrinter &SW;
H A DWin64EHDumper.h24 ScopedPrinter &SW;
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
H A Dllvm-readobj.cpp338 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper()
359 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject()
540 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive()
567 ScopedPrinter &Writer) { in dumpMachOUniversalBinary()
581 ScopedPrinter &Printer) { in dumpWindowsResourceFile()
589 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput()
629 std::unique_ptr<ScopedPrinter> createWriter() { in createWriter()
633 return std::make_unique<ScopedPrinter>(fouts()); in createWriter()
696 std::unique_ptr<ScopedPrinter> Writer = createWriter(); in llvm_readobj_main()
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
H A DARMWinEHPrinter.h25 ScopedPrinter &SW;
186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
H A DStackMapPrinter.h19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
H A DARMEHABIPrinter.h28 ScopedPrinter &SW;
65 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder()
329 ScopedPrinter &SW;
356 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> &ELF, in PrinterContext()
H A DDwarfCFIEHPrinter.h35 ScopedPrinter &W;
42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h24 class ScopedPrinter; variable
101 void dump(ScopedPrinter &W) const;
396 void dump(ScopedPrinter &W) const;
423 void dump(ScopedPrinter &W) const;
471 void dump(ScopedPrinter &W) const;
556 void dumpCUs(ScopedPrinter &W) const;
557 void dumpLocalTUs(ScopedPrinter &W) const;
558 void dumpForeignTUs(ScopedPrinter &W) const;
559 void dumpAbbreviations(ScopedPrinter &W) const;
560 bool dumpEntry(ScopedPrinter &W, uint64_t *Offset) const;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h21 class ScopedPrinter; variable
29 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
50 ScopedPrinter &W;
H A DTypeDumpVisitor.h18 class ScopedPrinter; variable
30 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
76 ScopedPrinter *W;
H A DTypeIndex.h19 class ScopedPrinter; variable
287 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
42 : ScopedPrinter(OS, ScopedPrinter::ScopedPrinterKind::JSON), in JSONScopedPrinter()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h22 class ScopedPrinter; variable
32 ScopedPrinter *sw;
54 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
H A DScopedPrinter.h100 class ScopedPrinter {
107 ScopedPrinter(raw_ostream &OS,
113 static bool classof(const ScopedPrinter *SP) { in classof()
117 virtual ~ScopedPrinter() = default;
544 class JSONScopedPrinter : public ScopedPrinter {
573 static bool classof(const ScopedPrinter *SP) { in classof()
842 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope()
845 virtual void setPrinter(ScopedPrinter &W) = 0;
846 ScopedPrinter *W;
857 void setPrinter(ScopedPrinter &W) override { in setPrinter()
[all …]
H A DARMAttributeParser.h19 class ScopedPrinter; variable
76 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
H A DRISCVAttributeParser.h29 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
H A DMSP430AttributeParser.h36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser()
H A DCSKYAttributeParser.h35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp148 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump()
175 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
217 ScopedPrinter W(OS); in dump()
431 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump()
479 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
653 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
752 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
767 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
782 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
815 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h43 ScopedPrinter &W;
69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h40 ScopedPrinter &W;
60 LVTypeVisitor(ScopedPrinter &W, LVLogicalVisitor *LogicalVisitor, in LVTypeVisitor()
126 ScopedPrinter &W;
179 LVSymbolVisitor(LVCodeViewReader *Reader, ScopedPrinter &W, in LVSymbolVisitor()
234 ScopedPrinter &W;
284 LVLogicalVisitor(LVCodeViewReader *Reader, ScopedPrinter &W,
H A DLVCodeViewReader.h193 llvm::object::COFFObjectFile &Obj, ScopedPrinter &W,
198 llvm::pdb::PDBFile &Pdb, ScopedPrinter &W, StringRef ExePath)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h128 ScopedPrinter &W;
172 LVReader(StringRef InputFilename, StringRef FileFormatName, ScopedPrinter &W,

12