Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.h28 class ScopedPrinter; variable
32 ObjDumper(ScopedPrinter &Writer);
95 ScopedPrinter &W;
99 ScopedPrinter &Writer,
103 ScopedPrinter &Writer,
107 ScopedPrinter &Writer,
111 ScopedPrinter &Writer,
115 ScopedPrinter &Writer);
118 ScopedPrinter &Writer, llvm::codeview::MergingTypeTableBuilder &IDTable,
DWindowsResourceDumper.h22 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper()
27 ScopedPrinter &SW;
DWin64EHDumper.h25 ScopedPrinter &SW;
56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
Dllvm-readobj.cpp385 ScopedPrinter &Writer, in createDumper()
403 static void dumpObject(const ObjectFile *Obj, ScopedPrinter &Writer) { in dumpObject()
519 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive()
542 ScopedPrinter &Writer) { in dumpMachOUniversalBinary()
557 ScopedPrinter Printer{outs()}; in dumpWindowsResourceFile()
566 ScopedPrinter Writer(outs()); in dumpInput()
609 ScopedPrinter W(outs()); in main()
DARMWinEHPrinter.h25 ScopedPrinter &SW;
110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder()
DCOFFImportDumper.cpp24 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
DWasmDumper.cpp53 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
227 ScopedPrinter &Writer, in createWasmDumper()
/external/llvm/tools/llvm-readobj/
DObjDumper.h25 class ScopedPrinter; variable
29 ObjDumper(ScopedPrinter &Writer);
81 ScopedPrinter &W;
85 ScopedPrinter &Writer,
89 ScopedPrinter &Writer,
93 ScopedPrinter &Writer,
98 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
DWin64EHDumper.h25 ScopedPrinter &SW;
56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
DARMWinEHPrinter.h25 ScopedPrinter &SW;
110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder()
DObjDumper.cpp23 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
DARMAttributeParser.h20 ScopedPrinter &SW;
118 ARMAttributeParser(ScopedPrinter &SW) : SW(SW) {} in ARMAttributeParser()
Dllvm-readobj.cpp325 ScopedPrinter &Writer, in createDumper()
342 ScopedPrinter Writer(outs()); in dumpObject()
518 ScopedPrinter W(outs()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h24 class ScopedPrinter; variable
93 void dump(ScopedPrinter &W) const;
112 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
250 void dump(ScopedPrinter &W) const;
277 void dump(ScopedPrinter &W) const;
316 void dump(ScopedPrinter &W) const;
401 void dumpCUs(ScopedPrinter &W) const;
402 void dumpLocalTUs(ScopedPrinter &W) const;
403 void dumpForeignTUs(ScopedPrinter &W) const;
404 void dumpAbbreviations(ScopedPrinter &W) const;
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeDumper.h20 class ScopedPrinter; variable
27 CVTypeDumper(ScopedPrinter *W, bool PrintRecordBytes) in CVTypeDumper()
62 void setPrinter(ScopedPrinter *P);
63 ScopedPrinter *getPrinter() { return W; } in getPrinter()
87 ScopedPrinter *W;
DSymbolDumper.h20 class ScopedPrinter; variable
28 CVSymbolDumper(ScopedPrinter &W, CVTypeDumper &CVTD, in CVSymbolDumper()
45 ScopedPrinter &W;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h20 class ScopedPrinter; variable
28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
47 ScopedPrinter &W;
DTypeDumpVisitor.h20 class ScopedPrinter; variable
29 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
75 ScopedPrinter *W;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
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()
407 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
565 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
656 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
671 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
686 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
692 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
[all …]
/external/llvm/include/llvm/Support/
DScopedPrinter.h69 class ScopedPrinter {
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function
345 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope()
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope()
370 ScopedPrinter &W;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScopedPrinter.h69 class ScopedPrinter {
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function
356 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
363 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope()
368 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope()
381 ScopedPrinter &W;
DARMAttributeParser.h22 ScopedPrinter *SW;
122 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp341 static void dumpTpiHash(ScopedPrinter &P, TpiStream &Tpi) { in dumpTpiHash()
409 ScopedPrinter *OldP = TD.getPrinter(); in dumpTpiStream()
519 RecordVisitor(ScopedPrinter &P, PDBFile &F) : P(P), F(F) {} in dumpDbiStream()
595 ScopedPrinter &P; in dumpDbiStream()
622 Visitor(ScopedPrinter &P, DbiStream &DS) : P(P), DS(DS) {} in dumpSectionContribs()
650 ScopedPrinter &P; in dumpSectionContribs()
DLLVMOutputStyle.h44 ScopedPrinter P;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()

123