Home
last modified time | relevance | path

Searched refs:PDB_ColorItem (Results 1 – 11 of 11) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DBuiltinDumper.cpp26 WithColor(Printer, PDB_ColorItem::Type).get() << "float"; in start()
28 WithColor(Printer, PDB_ColorItem::Type).get() << "double"; in start()
31 WithColor(Printer, PDB_ColorItem::Type).get() << "unsigned"; in start()
33 WithColor(Printer, PDB_ColorItem::Type).get() << " __int64"; in start()
37 WithColor(Printer, PDB_ColorItem::Type).get() << "int"; in start()
39 WithColor(Printer, PDB_ColorItem::Type).get() << "__int64"; in start()
42 WithColor(Printer, PDB_ColorItem::Type).get() << "char"; in start()
45 WithColor(Printer, PDB_ColorItem::Type).get() << "wchar_t"; in start()
48 WithColor(Printer, PDB_ColorItem::Type).get() << "void"; in start()
51 WithColor(Printer, PDB_ColorItem::Type).get() << "long"; in start()
[all …]
DFunctionDumper.cpp42 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 …]
DLinePrinter.cpp73 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { in WithColor()
74 if (C == PDB_ColorItem::None) in WithColor()
86 void WithColor::translateColor(PDB_ColorItem C, raw_ostream::Colors &Color, in translateColor()
89 case PDB_ColorItem::Address: in translateColor()
93 case PDB_ColorItem::Keyword: in translateColor()
97 case PDB_ColorItem::Register: in translateColor()
98 case PDB_ColorItem::Offset: in translateColor()
102 case PDB_ColorItem::Type: in translateColor()
106 case PDB_ColorItem::Identifier: in translateColor()
110 case PDB_ColorItem::Path: in translateColor()
[all …]
DVariableDumper.cpp46 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 …]
DCompilandDumper.cpp51 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(RVA, 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 …]
DTypedefDumper.cpp30 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()
Dllvm-pdbdump.cpp130 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for "; in dumpInput()
131 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpInput()
136 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size"; in dumpInput()
144 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid"; in dumpInput()
148 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpInput()
152 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes"; in dumpInput()
162 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpInput()
174 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpInput()
183 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpInput()
194 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpInput()
DClassDefinitionDumper.cpp37 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()
DTypeDumper.cpp33 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()
DEnumDumper.cpp25 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()
DLinePrinter.h62 enum class PDB_ColorItem { enum
77 WithColor(LinePrinter &P, PDB_ColorItem C);
83 void translateColor(PDB_ColorItem C, raw_ostream::Colors &Color,