/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 44 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator() 74 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 77 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 84 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; 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() 113 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 121 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start() 124 WithColor(Printer, PDB_ColorItem::Offset).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() 64 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start() 69 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 77 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 82 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start() 88 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start() 97 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr() 107 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 135 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump() [all …]
|
H A 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 …]
|
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 | 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 | 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 | 287 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) in WithColor() 298 void WithColor::applyColor(PDB_ColorItem C) { in applyColor() 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() [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 | llvm-pdbutil.cpp | 953 WithColor(Printer, PDB_ColorItem::Path).get() << File; in dumpInjectedSources() 955 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Size; in dumpInjectedSources() 957 WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj"; in dumpInjectedSources() 959 WithColor(Printer, PDB_ColorItem::Path).get() << Obj; in dumpInjectedSources() 961 WithColor(Printer, PDB_ColorItem::Keyword).get() << "vname"; in dumpInjectedSources() 963 WithColor(Printer, PDB_ColorItem::Path).get() << VFName; in dumpInjectedSources() 965 WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc"; in dumpInjectedSources() 967 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << CRC; in dumpInjectedSources() 969 WithColor(Printer, PDB_ColorItem::Keyword).get() << "compression"; in dumpInjectedSources() 972 WithColor(Printer, PDB_ColorItem::LiteralValue).get(), in dumpInjectedSources() [all …]
|
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 | LinePrinter.h | 138 enum class PDB_ColorItem { enum 155 WithColor(LinePrinter &P, PDB_ColorItem C); 161 void applyColor(PDB_ColorItem C);
|