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/ |
D | DWARFAcceleratorTable.h | 23 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/ |
D | SymbolDumper.h | 19 class ScopedPrinter; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 48 ScopedPrinter &W;
|
D | TypeDumpVisitor.h | 19 class ScopedPrinter; variable 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 74 ScopedPrinter *W;
|
D | TypeIndex.h | 20 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/ |
D | DWARFAcceleratorTable.cpp | 137 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/ |
D | ScopedPrinter.h | 68 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;
|
D | ARMAttributeParser.h | 21 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/ |
D | ScopedPrinter.cpp | 22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
D | CMakeLists.txt | 125 ScopedPrinter.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 47 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/ |
D | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
D | SymbolDumper.cpp | 34 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/ |
D | WindowsResource.cpp | 377 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/ |
D | Android.bp | 624 "llvm/lib/Support/ScopedPrinter.cpp",
|
D | BUILD.gn | 910 "llvm/lib/Support/ScopedPrinter.cpp",
|
D | CMakeLists.txt | 627 ${LLVM_DIR}/lib/Support/ScopedPrinter.cpp
|