| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 89 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 98 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 114 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 127 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 134 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 138 WithColor(Printer, PDB_ColorItem::Comment).get() in start() 143 WithColor(Printer, PDB_ColorItem::Register).get() in start() 147 WithColor(Printer, PDB_ColorItem::Register).get() << "FPO"; in start() 175 WithColor(Printer, PDB_ColorItem::Keyword).get() in start() [all …]
|
| H A D | PrettyVariableDumper.cpp | 53 WithColor(Printer, PDB_ColorItem::Address).get() in start() 56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 71 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 79 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 99 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr() 109 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 151 WithColor(Printer, PDB_ColorItem::Identifier).get() in dump() 170 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight() 187 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump() 193 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 | 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 | 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 | PrettyTypedefDumper.cpp | 32 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 36 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start() 51 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 52 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName(); in dump() 57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 59 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 73 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump() 82 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 83 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
|
| H A D | PrettyTypeDumper.cpp | 167 WithColor(Printer, PDB_ColorItem::Identifier).get() << Label; in dumpSymbolCategory() 185 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in printClassDecl() 187 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in printClassDecl() 189 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in printClassDecl() 191 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in printClassDecl() 192 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in printClassDecl() 221 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start() 305 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump() 354 WithColor(Printer, PDB_ColorItem::Keyword).get() in dumpClassLayout() 356 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 | 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 | 977 WithColor(Printer, PDB_ColorItem::Path).get() << File; in dumpInjectedSources() 981 WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj"; in dumpInjectedSources() 983 WithColor(Printer, PDB_ColorItem::Path).get() << Obj; in dumpInjectedSources() 987 WithColor(Printer, PDB_ColorItem::Path).get() << VFName; in dumpInjectedSources() 989 WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc"; in dumpInjectedSources() 996 WithColor(Printer, PDB_ColorItem::LiteralValue).get(), in dumpInjectedSources() 1103 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpPretty() 1120 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpPretty() 1134 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() 1210 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 307 case PDB_ColorItem::None: in applyColor() 310 case PDB_ColorItem::Comment: in applyColor() 313 case PDB_ColorItem::Address: in applyColor() 316 case PDB_ColorItem::Keyword: in applyColor() 319 case PDB_ColorItem::Register: in applyColor() 320 case PDB_ColorItem::Offset: in applyColor() 323 case PDB_ColorItem::Type: in applyColor() 326 case PDB_ColorItem::Identifier: in applyColor() 329 case PDB_ColorItem::Path: in applyColor() 332 case PDB_ColorItem::Padding: in applyColor() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 155 enum class PDB_ColorItem { enum 172 WithColor(LinePrinter &P, PDB_ColorItem C); 178 void applyColor(PDB_ColorItem C);
|