| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 78 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 87 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 96 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 112 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 125 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 132 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 136 WithColor(Printer, PDB_ColorItem::Comment).get() in start() 141 WithColor(Printer, PDB_ColorItem::Register).get() in start() 144 WithColor(Printer, PDB_ColorItem::Register).get() << "FPO"; in start() 172 WithColor(Printer, PDB_ColorItem::Keyword).get() in start() [all …]
|
| H A D | PrettyVariableDumper.cpp | 52 WithColor(Printer, PDB_ColorItem::Address).get() in start() 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 70 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 78 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 98 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr() 108 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 150 WithColor(Printer, PDB_ColorItem::Identifier).get() in dump() 169 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight() 186 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump() 192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump() [all …]
|
| H A D | PrettyCompilandDumper.cpp | 55 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start() 67 WithColor(Printer, PDB_ColorItem::Comment).get() in start() 82 PDB_ColorItem StatementColor = Line->isStatement() in start() 83 ? PDB_ColorItem::Keyword in start() 84 : PDB_ColorItem::LiteralValue; in start() 140 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 143 WithColor(Printer, PDB_ColorItem::Comment).get() in dump() 149 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump() 151 WithColor(Printer, PDB_ColorItem::Comment).get() in dump() 181 WithColor(Printer, PDB_ColorItem::Address).get() in dump() [all …]
|
| H A D | PrettyClassDefinitionDumper.cpp | 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in prettyPrintClassIntro() 57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in prettyPrintClassIntro() 59 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in prettyPrintClassIntro() 61 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro() 62 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in prettyPrintClassIntro() 63 WithColor(Printer, PDB_ColorItem::Comment).get() << " [sizeof = " << Size in prettyPrintClassIntro() 76 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro() 78 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro() 80 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base.getName(); in prettyPrintClassIntro() 102 WithColor(Printer, PDB_ColorItem::Padding).get() in prettyPrintClassOutro() [all …]
|
| H A D | PrettyEnumDumper.cpp | 28 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start() 32 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in start() 33 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 34 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 38 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 39 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 58 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 61 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
|
| H A D | PrettyTypedefDumper.cpp | 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 35 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start() 50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 51 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName(); in dump() 56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 72 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump() 81 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 82 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
|
| H A D | LinePrinter.cpp | 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() 324 case PDB_ColorItem::Path: in applyColor() 327 case PDB_ColorItem::Padding: in applyColor() [all …]
|
| H A D | PrettyTypeDumper.cpp | 166 WithColor(Printer, PDB_ColorItem::Identifier).get() << Label; in dumpSymbolCategory() 184 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in printClassDecl() 186 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in printClassDecl() 188 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in printClassDecl() 190 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in printClassDecl() 191 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in printClassDecl() 220 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start() 304 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump() 353 WithColor(Printer, PDB_ColorItem::Keyword).get() in dumpClassLayout() 355 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in dumpClassLayout()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | llvm-pdbutil.cpp | 946 WithColor(Printer, PDB_ColorItem::Path).get() << File; in dumpInjectedSources() 950 WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj"; in dumpInjectedSources() 952 WithColor(Printer, PDB_ColorItem::Path).get() << Obj; in dumpInjectedSources() 954 WithColor(Printer, PDB_ColorItem::Keyword).get() << "vname"; in dumpInjectedSources() 956 WithColor(Printer, PDB_ColorItem::Path).get() << VFName; in dumpInjectedSources() 958 WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc"; in dumpInjectedSources() 1065 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpPretty() 1082 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpPretty() 1096 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() 1172 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() [all …]
|
| H A D | LinePrinter.h | 140 enum class PDB_ColorItem { enum 157 WithColor(LinePrinter &P, PDB_ColorItem C); 163 void applyColor(PDB_ColorItem C);
|