| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ScopedPrinterTest.cpp | 17 auto PrintFunc = [](ScopedPrinter &W) { in TEST() 65 ScopedPrinter Writer; 120 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 136 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 156 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 170 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 202 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 223 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 248 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() 514 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() [all …]
|
| H A D | ELFAttributeParserTest.cpp | 27 AttributeHeaderParser(ScopedPrinter *printer) in AttributeHeaderParser()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.h | 39 class ScopedPrinter; variable 70 ObjDumper(ScopedPrinter &Writer, StringRef ObjName); 186 ScopedPrinter &W; 200 ScopedPrinter &Writer); 203 ScopedPrinter &Writer); 206 ScopedPrinter &Writer); 209 ScopedPrinter &Writer); 212 ScopedPrinter &Writer); 215 ScopedPrinter &Writer); 217 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 | 327 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper() 348 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject() 512 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() 539 ScopedPrinter &Writer) { in dumpMachOUniversalBinary() 553 ScopedPrinter &Printer) { in dumpWindowsResourceFile() 561 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput() 601 std::unique_ptr<ScopedPrinter> createWriter() { in createWriter() 605 return std::make_unique<ScopedPrinter>(fouts()); in createWriter() 668 std::unique_ptr<ScopedPrinter> Writer = createWriter(); in main()
|
| H A D | COFFImportDumper.cpp | 23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
| H A D | ARMWinEHPrinter.h | 25 ScopedPrinter &SW; 180 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; 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() 249 ScopedPrinter &Writer) { in createWasmDumper()
|
| H A D | DwarfCFIEHPrinter.h | 35 ScopedPrinter &W; 42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 23 class ScopedPrinter; variable 92 void dump(ScopedPrinter &W) const; 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; 407 bool dumpEntry(ScopedPrinter &W, uint64_t *Offset) const; [all …]
|
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl() 41 : ScopedPrinter(OS, ScopedPrinter::ScopedPrinterKind::JSON), in JSONScopedPrinter()
|
| /llvm-project-15.0.7/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; 514 class JSONScopedPrinter : public ScopedPrinter { 543 static bool classof(const ScopedPrinter *SP) { in classof() 792 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() 795 virtual void setPrinter(ScopedPrinter &W) = 0; 796 ScopedPrinter *W; 807 void setPrinter(ScopedPrinter &W) override { in setPrinter() [all …]
|
| H A D | ELFAttributeParser.h | 22 class ScopedPrinter; variable 32 ScopedPrinter *sw; 50 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
|
| H A D | ARMAttributeParser.h | 19 class ScopedPrinter; variable 75 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
|
| H A D | RISCVAttributeParser.h | 29 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
|
| H A D | MSP430AttributeParser.h | 36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser()
|
| H A D | CSKYAttributeParser.h | 35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 136 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump() 163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() 206 ScopedPrinter W(OS); in dump() 364 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump() 412 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump() 570 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump() 669 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() 684 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() 699 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs() 732 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 46 class ScopedPrinter; variable 171 void print(ScopedPrinter &Writer, StringRef Name) const;
|