/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.h | 36 class ScopedPrinter; variable 67 ObjDumper(ScopedPrinter &Writer, StringRef ObjName); 189 ScopedPrinter &W; 203 ScopedPrinter &Writer); 206 ScopedPrinter &Writer); 209 ScopedPrinter &Writer); 212 ScopedPrinter &Writer); 215 ScopedPrinter &Writer); 218 ScopedPrinter &Writer); 220 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 | 342 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper() 363 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject() 544 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() 571 ScopedPrinter &Writer) { in dumpMachOUniversalBinary() 585 ScopedPrinter &Printer) { in dumpWindowsResourceFile() 593 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput() 633 std::unique_ptr<ScopedPrinter> createWriter() { in createWriter() 637 return std::make_unique<ScopedPrinter>(fouts()); in createWriter() 700 std::unique_ptr<ScopedPrinter> Writer = createWriter(); in llvm_readobj_main()
|
H A D | COFFImportDumper.cpp | 17 #include "llvm/Support/ScopedPrinter.h" 23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
H A D | ARMWinEHPrinter.h | 14 #include "llvm/Support/ScopedPrinter.h" 25 ScopedPrinter &SW; 186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
|
H A D | StackMapPrinter.h | 19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
|
H A D | ARMEHABIPrinter.h | 28 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 D | WasmDumper.cpp | 16 #include "llvm/Support/ScopedPrinter.h" 59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() 249 ScopedPrinter &Writer) { in createWasmDumper()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 24 class ScopedPrinter; variable 109 void dump(ScopedPrinter &W) const; 131 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 404 void dump(ScopedPrinter &W) const; 433 void dump(ScopedPrinter &W) const; 503 void dump(ScopedPrinter &W) const; 504 void dumpParentIdx(ScopedPrinter &W, const DWARFFormValue &FormValue) const; 608 void dumpCUs(ScopedPrinter &W) const; 609 void dumpLocalTUs(ScopedPrinter &W) const; 610 void dumpForeignTUs(ScopedPrinter &W) const; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolDumper.h | 21 class ScopedPrinter; variable 29 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 50 ScopedPrinter &W;
|
H A D | TypeDumpVisitor.h | 18 class ScopedPrinter; variable 30 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 76 ScopedPrinter *W;
|
H A D | TypeIndex.h | 19 class ScopedPrinter; variable 287 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl() 42 : ScopedPrinter(OS, ScopedPrinter::ScopedPrinterKind::JSON), in JSONScopedPrinter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 100 class ScopedPrinter { 107 ScopedPrinter(raw_ostream &OS, 113 static bool classof(const ScopedPrinter *SP) { in classof() 117 virtual ~ScopedPrinter() = default; 537 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label, 544 class JSONScopedPrinter : public ScopedPrinter { 573 static bool classof(const ScopedPrinter *SP) { in classof() 574 return SP->getKind() == ScopedPrinter::ScopedPrinterKind::JSON; in classof() 842 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() 845 virtual void setPrinter(ScopedPrinter &W) = 0; [all …]
|
H A D | ELFAttributeParser.h | 22 class ScopedPrinter; 32 ScopedPrinter *sw; 54 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) 23 class ScopedPrinter; global() variable
|
H A D | ARMAttributeParser.h | 19 class ScopedPrinter; variable 76 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
|
H A D | HexagonAttributeParser.h | 27 HexagonAttributeParser(ScopedPrinter *SP) in HexagonAttributeParser()
|
H A D | RISCVAttributeParser.h | 30 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
|
H A D | CSKYAttributeParser.h | 35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser()
|
H A D | MSP430AttributeParser.h | 36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 148 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() 705 ScopedPrinter &W, const DWARFFormValue &FormValue) const { in dumpParentIdx() 722 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump() 828 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() 843 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() 858 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.h | 43 ScopedPrinter &W; 69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 40 ScopedPrinter &W; 60 LVTypeVisitor(ScopedPrinter &W, LVLogicalVisitor *LogicalVisitor, 126 ScopedPrinter &W; 179 LVSymbolVisitor(LVCodeViewReader *Reader, ScopedPrinter &W, 234 ScopedPrinter &W; 284 LVLogicalVisitor(LVCodeViewReader *Reader, ScopedPrinter &W,
|
H A D | LVCodeViewReader.h | 193 llvm::object::COFFObjectFile &Obj, ScopedPrinter &W, 198 llvm::pdb::PDBFile &Pdb, ScopedPrinter &W, StringRef ExePath)
|