HomeSort by relevance Sort by last modified time
    Searched refs:PDB_ColorItem (Results 1 - 12 of 12) sorted by null

  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 45 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName();
72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
75 WithColor(Printer, PDB_ColorItem::Identifier).get()
82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
84 WithColor(Printer, PDB_ColorItem::Identifier).get()
93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
122 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue
    [all...]
LinePrinter.cpp 86 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) {
92 void WithColor::applyColor(PDB_ColorItem C) {
94 case PDB_ColorItem::None:
97 case PDB_ColorItem::Address:
100 case PDB_ColorItem::Keyword:
103 case PDB_ColorItem::Register:
104 case PDB_ColorItem::Offset:
107 case PDB_ColorItem::Type:
110 case PDB_ColorItem::Identifier:
113 case PDB_ColorItem::Path
    [all...]
EnumDumper.cpp 26 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
27 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
43 WithColor(Printer, PDB_ColorItem::Identifier).get()
46 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
TypedefDumper.cpp 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
35 WithColor(Printer, PDB_ColorItem::Identifier).get() << " "
47 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
48 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName();
53 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
78 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
79 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
ExternalSymbolDumper.cpp 38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
40 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName;
CompilandDumper.cpp 54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
62 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName();
72 PDB_ColorItem StatementColor = Line->isStatement()
73 ? PDB_ColorItem::Keyword
74 : PDB_ColorItem::LiteralValue;
83 WithColor(Printer, PDB_ColorItem::Address).get()
89 WithColor(Printer, PDB_ColorItem::Address).get()
117 WithColor(Printer, PDB_ColorItem::Address).get()
122 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
130 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName()
    [all...]
VariableDumper.cpp 47 WithColor(Printer, PDB_ColorItem::Address).get()
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
61 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue();
66 WithColor(Printer, PDB_ColorItem::Offset).get()
73 WithColor(Printer, PDB_ColorItem::Offset).get()
77 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength();
83 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName();
94 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
112 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "
    [all...]
TypeDumper.cpp 34 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums";
43 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs";
52 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes";
92 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
LinePrinter.h 67 enum class PDB_ColorItem {
82 WithColor(LinePrinter &P, PDB_ColorItem C);
88 void applyColor(PDB_ColorItem C);
ClassDefinitionDumper.cpp 38 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
39 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess();
51 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
52 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base->getName();
124 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private";
128 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected";
132 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public";
BuiltinDumper.cpp 23 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
llvm-pdbdump.cpp 405 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for ";
406 WithColor(Printer, PDB_ColorItem::Path).get() << FileName;
411 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size";
419 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid";
423 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
427 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes";
437 WithColor(Printer, PDB_ColorItem::SectionHeader).get()
452 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---";
461 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---";
472 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"
    [all...]

Completed in 94 milliseconds