Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.h33 class ScopedPrinter; variable
37 ObjDumper(ScopedPrinter &Writer, StringRef ObjName);
120 ScopedPrinter &W;
132 ScopedPrinter &Writer);
135 ScopedPrinter &Writer);
138 ScopedPrinter &Writer);
141 ScopedPrinter &Writer);
144 ScopedPrinter &Writer);
147 ScopedPrinter &Writer);
149 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.cpp445 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper()
466 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject()
606 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive()
633 ScopedPrinter &Writer) { in dumpMachOUniversalBinary()
647 ScopedPrinter &Printer) { in dumpWindowsResourceFile()
655 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput()
788 ScopedPrinter Writer(fouts()); in main()
H A DARMWinEHPrinter.h25 ScopedPrinter &SW;
178 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
H A DARMEHABIPrinter.h28 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 DWasmDumper.cpp59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
244 ScopedPrinter &Writer) { in createWasmDumper()
H A DDwarfCFIEHPrinter.h35 ScopedPrinter &W;
42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
H A DStackMapPrinter.h19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
H A DObjDumper.cpp29 ObjDumper::ObjDumper(ScopedPrinter &Writer, StringRef ObjName) : W(Writer) { in ObjDumper()
H A DXCOFFDumper.cpp26 XCOFFDumper(const XCOFFObjectFile &Obj, ScopedPrinter &Writer) in XCOFFDumper()
517 createXCOFFDumper(const object::XCOFFObjectFile &XObj, ScopedPrinter &Writer) { in createXCOFFDumper()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h23 class ScopedPrinter; variable
92 void dump(ScopedPrinter &W) const;
111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
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;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h19 class ScopedPrinter; variable
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
48 ScopedPrinter &W;
H A DTypeDumpVisitor.h19 class ScopedPrinter; variable
28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
74 ScopedPrinter *W;
H A DTypeIndex.h20 class ScopedPrinter; variable
286 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.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()
413 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
571 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
670 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
700 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
706 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h69 class ScopedPrinter {
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function
346 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
353 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope()
358 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope()
371 ScopedPrinter &W;
H A DELFAttributeParser.h31 ScopedPrinter *sw;
49 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
H A DRISCVAttributeParser.h29 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
H A DARMAttributeParser.h73 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h47 class ScopedPrinter; variable
171 void print(ScopedPrinter &Writer, StringRef Name) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
/netbsd-src/external/apache2/llvm/lib/libLLVMSupport/
H A DMakefile93 ScopedPrinter.cpp \

12