/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyFunctionDumper.cpp | 45 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator() 72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 75 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 84 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start() 122 WithColor(Printer, PDB_ColorItem::Offset).get() in start() [all …]
|
D | PrettyVariableDumper.cpp | 52 WithColor(Printer, PDB_ColorItem::Address).get() in start() 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 65 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start() 70 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 78 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 83 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start() 89 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start() 98 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr() 108 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 136 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump() [all …]
|
D | PrettyCompilandDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start() 62 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start() 66 WithColor(Printer, PDB_ColorItem::Comment).get() in start() 81 PDB_ColorItem StatementColor = Line->isStatement() in start() 82 ? PDB_ColorItem::Keyword in start() 83 : PDB_ColorItem::LiteralValue; in start() 101 WithColor(Printer, PDB_ColorItem::Address).get() in start() 107 WithColor(Printer, PDB_ColorItem::Address).get() in start() 139 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 142 WithColor(Printer, PDB_ColorItem::Comment).get() in dump() [all …]
|
D | PrettyTypedefDumper.cpp | 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 34 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start() 46 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 47 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName(); in dump() 52 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 68 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump() 77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 78 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
|
D | PrettyClassDefinitionDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro() 55 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in prettyPrintClassIntro() 56 WithColor(Printer, PDB_ColorItem::Comment).get() << " [sizeof = " << Size in prettyPrintClassIntro() 69 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro() 71 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro() 73 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base.getName(); in prettyPrintClassIntro() 95 WithColor(Printer, PDB_ColorItem::Padding).get() in prettyPrintClassOutro() 103 WithColor(Printer, PDB_ColorItem::Padding).get() in prettyPrintClassOutro()
|
D | LinePrinter.cpp | 289 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) in WithColor() 300 void WithColor::applyColor(PDB_ColorItem C) { in applyColor() 302 case PDB_ColorItem::None: in applyColor() 305 case PDB_ColorItem::Comment: in applyColor() 308 case PDB_ColorItem::Address: in applyColor() 311 case PDB_ColorItem::Keyword: in applyColor() 314 case PDB_ColorItem::Register: in applyColor() 315 case PDB_ColorItem::Offset: in applyColor() 318 case PDB_ColorItem::Type: in applyColor() 321 case PDB_ColorItem::Identifier: in applyColor() [all …]
|
D | PrettyEnumDumper.cpp | 26 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 27 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 46 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 49 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
|
D | PrettyBuiltinDumper.cpp | 23 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start() 26 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start()
|
D | PrettyTypeDumper.cpp | 141 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums"; in start() 153 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs"; in start() 167 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start() 248 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dumpClassLayout() 249 WithColor(Printer, PDB_ColorItem::Identifier).get() << Class.getName(); in dumpClassLayout()
|
D | PrettyClassLayoutGraphicalDumper.cpp | 89 WithColor(Printer, PDB_ColorItem::Padding).get() in start() 103 WithColor(Printer, PDB_ColorItem::Padding).get() << "<padding> (" << Amount in printPaddingRow() 125 WithColor(Printer, PDB_ColorItem::Offset).get() in dump() 129 WithColor(Printer, PDB_ColorItem::Identifier).get() << Layout.getName(); in dump()
|
D | llvm-pdbutil.cpp | 893 WithColor(Printer, PDB_ColorItem::Path).get() << File; in dumpInjectedSources() 895 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Size; in dumpInjectedSources() 897 WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj"; in dumpInjectedSources() 899 WithColor(Printer, PDB_ColorItem::Path).get() << Obj; in dumpInjectedSources() 901 WithColor(Printer, PDB_ColorItem::Keyword).get() << "vname"; in dumpInjectedSources() 903 WithColor(Printer, PDB_ColorItem::Path).get() << VFName; in dumpInjectedSources() 905 WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc"; in dumpInjectedSources() 907 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << CRC; in dumpInjectedSources() 909 WithColor(Printer, PDB_ColorItem::Keyword).get() << "compression"; in dumpInjectedSources() 911 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Stream.str(); in dumpInjectedSources() [all …]
|
D | PrettyExternalSymbolDumper.cpp | 39 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10); in dump() 41 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName; in dump()
|
D | LinePrinter.h | 140 enum class PDB_ColorItem { enum 157 WithColor(LinePrinter &P, PDB_ColorItem C); 163 void applyColor(PDB_ColorItem C);
|
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 45 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator() 72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 75 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 84 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start() 122 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue; in start() [all …]
|
D | CompilandDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start() 62 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start() 72 PDB_ColorItem StatementColor = Line->isStatement() in start() 73 ? PDB_ColorItem::Keyword in start() 74 : PDB_ColorItem::LiteralValue; in start() 83 WithColor(Printer, PDB_ColorItem::Address).get() in start() 89 WithColor(Printer, PDB_ColorItem::Address).get() in start() 117 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 122 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump() 130 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump() [all …]
|
D | VariableDumper.cpp | 47 WithColor(Printer, PDB_ColorItem::Address).get() in start() 50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 61 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start() 66 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 73 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 77 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start() 83 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start() 94 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump() 112 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() [all …]
|
D | LinePrinter.cpp | 86 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { in WithColor() 92 void WithColor::applyColor(PDB_ColorItem C) { in applyColor() 94 case PDB_ColorItem::None: in applyColor() 97 case PDB_ColorItem::Address: in applyColor() 100 case PDB_ColorItem::Keyword: in applyColor() 103 case PDB_ColorItem::Register: in applyColor() 104 case PDB_ColorItem::Offset: in applyColor() 107 case PDB_ColorItem::Type: in applyColor() 110 case PDB_ColorItem::Identifier: in applyColor() 113 case PDB_ColorItem::Path: in applyColor() [all …]
|
D | TypedefDumper.cpp | 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 35 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start() 47 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 48 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName(); in dump() 53 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 78 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 79 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
|
D | ClassDefinitionDumper.cpp | 38 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in start() 39 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in start() 49 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess(); in start() 51 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in start() 52 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base->getName(); in start() 124 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private"; in dumpAccessGroup() 128 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected"; in dumpAccessGroup() 132 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public"; in dumpAccessGroup()
|
D | TypeDumper.cpp | 34 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums"; in start() 43 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs"; in start() 52 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start() 92 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
|
D | EnumDumper.cpp | 26 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 27 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 43 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 46 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
|
D | LinePrinter.h | 67 enum class PDB_ColorItem { enum 82 WithColor(LinePrinter &P, PDB_ColorItem C); 88 void applyColor(PDB_ColorItem C);
|
D | llvm-pdbdump.cpp | 405 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for "; in dumpPretty() 406 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpPretty() 411 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size"; in dumpPretty() 419 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid"; in dumpPretty() 423 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpPretty() 427 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes"; in dumpPretty() 437 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() 452 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpPretty() 461 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpPretty() 472 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpPretty() [all …]
|
D | ExternalSymbolDumper.cpp | 38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10); in dump() 40 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName; in dump()
|
D | BuiltinDumper.cpp | 23 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start()
|