/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 42 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator() 69 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 72 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 79 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 81 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 90 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 106 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 108 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 116 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start() 119 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue; in start() [all …]
|
D | VariableDumper.cpp | 46 WithColor(Printer, PDB_ColorItem::Address).get() in start() 49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start() 65 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 72 WithColor(Printer, PDB_ColorItem::Offset).get() in start() 76 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start() 82 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start() 93 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() [all …]
|
D | CompilandDumper.cpp | 51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start() 71 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 76 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump() 84 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump() 104 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 106 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump() 119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10); in dump() 121 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10); in dump() 123 WithColor(Printer, PDB_ColorItem::Address).get() in dump() 128 WithColor(Printer, PDB_ColorItem::Register).get() << Ordinal; in dump() [all …]
|
D | TypedefDumper.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() 77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 78 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
|
D | ClassDefinitionDumper.cpp | 37 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in start() 38 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in start() 48 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess(); in start() 50 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in start() 51 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base->getName(); in start() 123 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private"; in dumpAccessGroup() 127 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected"; in dumpAccessGroup() 131 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public"; in dumpAccessGroup()
|
D | TypeDumper.cpp | 33 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums"; in start() 42 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs"; in start() 51 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start() 91 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump() 92 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
|
D | EnumDumper.cpp | 25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 26 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start() 42 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 45 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
|
D | LinePrinter.cpp | 83 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { in WithColor() function in WithColor 87 WithColor::~WithColor() { OS.resetColor(); } in ~WithColor() 89 void WithColor::applyColor(PDB_ColorItem C) { in applyColor()
|
D | LinePrinter.h | 23 friend class WithColor; variable 79 class WithColor { 81 WithColor(LinePrinter &P, PDB_ColorItem C); 82 ~WithColor();
|
D | llvm-pdbdump.cpp | 426 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for "; in dumpInput() 427 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpInput() 432 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size"; in dumpInput() 440 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid"; in dumpInput() 444 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpInput() 448 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes"; in dumpInput() 458 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpInput() 470 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpInput() 479 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpInput() 490 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpInput() [all …]
|
D | ExternalSymbolDumper.cpp | 37 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10); in dump() 39 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName; in dump()
|
D | BuiltinDumper.cpp | 22 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | SyntaxHighlighting.cpp | 21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) { in WithColor() function in WithColor 35 WithColor::~WithColor() { in ~WithColor()
|
D | SyntaxHighlighting.h | 24 class WithColor { 29 WithColor(llvm::raw_ostream &OS, enum HighlightColor Type); 30 ~WithColor();
|
D | DWARFDebugInfoEntry.cpp | 44 WithColor(OS, syntax::Address).get() << format("\n0x%8.8x: ", Offset); in dump() 50 WithColor(OS, syntax::Tag).get().indent(indent) << tagString; in dump() 52 WithColor(OS, syntax::Tag).get().indent(indent) << in dump() 121 WithColor(OS, syntax::Attribute) << attrString; in dumpAttribute() 123 WithColor(OS, syntax::Attribute).get() << format("DW_AT_Unknown_%x", attr); in dumpAttribute() 155 WithColor(OS, Color) << Name; in dumpAttribute()
|
D | DWARFDebugMacro.cpp | 33 WithColor(OS, syntax::Macro).get() << MacinfoString(E.Type); in dump()
|
D | DWARFFormValue.cpp | 489 WithColor(OS, syntax::Address).get() in dump() 498 raw_ostream &COS = WithColor(OS, syntax::String); in dumpString()
|