| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 77 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 86 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 95 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 124 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 131 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 135 WithColor(Printer, PDB_ColorItem::Comment).get() in start() 140 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 | 51 WithColor(Printer, PDB_ColorItem::Address).get() in start() 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 69 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 77 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 97 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr() 107 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 149 WithColor(Printer, PDB_ColorItem::Identifier).get() in dump() 168 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight() 185 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump() 191 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump() [all …]
|
| H A D | PrettyCompilandDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; 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() 139 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 142 WithColor(Printer, PDB_ColorItem::Comment).get() in dump() 148 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump() 150 WithColor(Printer, PDB_ColorItem::Comment).get() in dump() 180 WithColor(Printer, PDB_ColorItem::Address).get() in dump() [all …]
|
| H A D | PrettyEnumDumper.cpp | 27 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 29 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start() 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in start() 32 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 33 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 37 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 38 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 57 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
|
| H A D | PrettyClassDefinitionDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in prettyPrintClassIntro() 56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in prettyPrintClassIntro() 58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in prettyPrintClassIntro() 60 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro() 61 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in prettyPrintClassIntro() 62 WithColor(Printer, PDB_ColorItem::Comment).get() << " [sizeof = " << Size in prettyPrintClassIntro() 75 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro() 77 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro() 79 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base.getName(); in prettyPrintClassIntro() 101 WithColor(Printer, PDB_ColorItem::Padding).get() in prettyPrintClassOutro() [all …]
|
| H A D | PrettyTypedefDumper.cpp | 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 34 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start() 49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 50 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName(); in dump() 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 71 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump() 80 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 81 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
|
| H A D | LinePrinter.cpp | 300 case PDB_ColorItem::None: in applyColor() 303 case PDB_ColorItem::Comment: in applyColor() 306 case PDB_ColorItem::Address: in applyColor() 309 case PDB_ColorItem::Keyword: in applyColor() 312 case PDB_ColorItem::Register: in applyColor() 313 case PDB_ColorItem::Offset: in applyColor() 316 case PDB_ColorItem::Type: in applyColor() 319 case PDB_ColorItem::Identifier: in applyColor() 322 case PDB_ColorItem::Path: in applyColor() 325 case PDB_ColorItem::Padding: in applyColor() [all …]
|
| H A D | PrettyTypeDumper.cpp | 165 WithColor(Printer, PDB_ColorItem::Identifier).get() << Label; in dumpSymbolCategory() 183 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in printClassDecl() 185 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in printClassDecl() 187 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in printClassDecl() 189 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in printClassDecl() 190 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in printClassDecl() 219 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start() 303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump() 352 WithColor(Printer, PDB_ColorItem::Keyword).get() in dumpClassLayout() 354 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in dumpClassLayout()
|
| H A D | PrettyBuiltinDumper.cpp | 22 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 24 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start() 25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start()
|
| H A D | PrettyClassLayoutGraphicalDumper.cpp | 88 WithColor(Printer, PDB_ColorItem::Padding).get() in start() 102 WithColor(Printer, PDB_ColorItem::Padding).get() << "<padding> (" << Amount in printPaddingRow() 124 WithColor(Printer, PDB_ColorItem::Offset).get() in dump() 128 WithColor(Printer, PDB_ColorItem::Identifier).get() << Layout.getName(); in dump()
|
| H A D | PrettyExternalSymbolDumper.cpp | 38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10); in dump() 40 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName; in dump()
|
| H A D | llvm-pdbutil.cpp | 953 WithColor(Printer, PDB_ColorItem::Path).get() << File; in dumpInjectedSources() 957 WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj"; in dumpInjectedSources() 959 WithColor(Printer, PDB_ColorItem::Path).get() << Obj; in dumpInjectedSources() 963 WithColor(Printer, PDB_ColorItem::Path).get() << VFName; in dumpInjectedSources() 965 WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc"; in dumpInjectedSources() 972 WithColor(Printer, PDB_ColorItem::LiteralValue).get(), in dumpInjectedSources() 1079 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpPretty() 1096 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpPretty() 1110 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() 1186 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() [all …]
|
| H A D | LinePrinter.h | 138 enum class PDB_ColorItem { enum 155 WithColor(LinePrinter &P, PDB_ColorItem C); 161 void applyColor(PDB_ColorItem C);
|