Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h23 class ScopedPrinter; variable
92 void dump(ScopedPrinter &W) const;
111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
249 void dump(ScopedPrinter &W) const;
276 void dump(ScopedPrinter &W) const;
315 void dump(ScopedPrinter &W) const;
400 void dumpCUs(ScopedPrinter &W) const;
401 void dumpLocalTUs(ScopedPrinter &W) const;
402 void dumpForeignTUs(ScopedPrinter &W) const;
403 void dumpAbbreviations(ScopedPrinter &W) const;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h19 class ScopedPrinter; variable
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
48 ScopedPrinter &W;
DTypeDumpVisitor.h19 class ScopedPrinter; variable
28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
74 ScopedPrinter *W;
DTypeIndex.h20 class ScopedPrinter; variable
277 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
564 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
655 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
670 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
685 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
691 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h68 class ScopedPrinter {
70 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function
355 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope()
367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope()
380 ScopedPrinter &W;
DARMAttributeParser.h21 ScopedPrinter *SW;
123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
DCMakeLists.txt125 ScopedPrinter.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h47 class ScopedPrinter; variable
173 void print(ScopedPrinter &Writer, StringRef Name) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
DSymbolDumper.cpp34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl()
58 ScopedPrinter &W;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp377 ScopedPrinter Writer(OS); in printTree()
551 void WindowsResourceParser::TreeNode::print(ScopedPrinter &Writer, in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp624 "llvm/lib/Support/ScopedPrinter.cpp",
DBUILD.gn910 "llvm/lib/Support/ScopedPrinter.cpp",
DCMakeLists.txt627 ${LLVM_DIR}/lib/Support/ScopedPrinter.cpp