Searched refs:PDB_ColorItem (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DLinePrinter.cpp83 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) {
89 void WithColor::applyColor(PDB_ColorItem C) {
91 case PDB_ColorItem::None:
94 case PDB_ColorItem::Address:
97 case PDB_ColorItem::Keyword:
100 case PDB_ColorItem::Register:
101 case PDB_ColorItem::Offset:
104 case PDB_ColorItem::Type:
107 case PDB_ColorItem::Identifier:
110 case PDB_ColorItem
[all...]
H A DFunctionDumper.cpp42 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName();
69 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
72 WithColor(Printer, PDB_ColorItem::Identifier).get()
79 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
81 WithColor(Printer, PDB_ColorItem::Identifier).get()
90 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
106 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
108 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
116 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
119 WithColor(Printer, PDB_ColorItem
[all...]
H A DEnumDumper.cpp25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
26 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
42 WithColor(Printer, PDB_ColorItem::Identifier).get()
45 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
H A DTypedefDumper.cpp30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
34 WithColor(Printer, PDB_ColorItem::Identifier).get() << " "
46 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
47 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName();
52 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
78 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
H A DExternalSymbolDumper.cpp37 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
39 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName;
H A DCompilandDumper.cpp51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
71 WithColor(Printer, PDB_ColorItem::Address).get()
76 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
84 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
104 WithColor(Printer, PDB_ColorItem::Address).get()
106 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10);
121 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10);
123 WithColor(Printer, PDB_ColorItem::Address).get()
128 WithColor(Printer, PDB_ColorItem
[all...]
H A DVariableDumper.cpp46 WithColor(Printer, PDB_ColorItem::Address).get()
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue();
65 WithColor(Printer, PDB_ColorItem::Offset).get()
72 WithColor(Printer, PDB_ColorItem::Offset).get()
76 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength();
82 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName();
93 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
111 WithColor(Printer, PDB_ColorItem
[all...]
H A DTypeDumper.cpp33 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums";
42 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs";
51 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes";
91 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
92 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
H A DLinePrinter.h66 enum class PDB_ColorItem { class in namespace:llvm
81 WithColor(LinePrinter &P, PDB_ColorItem C);
87 void applyColor(PDB_ColorItem C);
H A DClassDefinitionDumper.cpp37 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
38 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();
48 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess();
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
51 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base->getName();
123 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private";
127 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected";
131 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public";
H A DBuiltinDumper.cpp22 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
H A Dllvm-pdbdump.cpp426 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for ";
427 WithColor(Printer, PDB_ColorItem::Path).get() << FileName;
432 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size";
440 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid";
444 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
448 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes";
458 WithColor(Printer, PDB_ColorItem::SectionHeader).get()
470 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---";
479 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---";
490 WithColor(Printer, PDB_ColorItem
[all...]

Completed in 183 milliseconds