Home | History | Annotate | Download | only in llvm-pdbdump

Lines Matching full:printer

19     : PDBSymDumper(false), Printer(P) {}
26 WithColor(Printer, PDB_ColorItem::Type).get() << "float";
28 WithColor(Printer, PDB_ColorItem::Type).get() << "double";
31 WithColor(Printer, PDB_ColorItem::Type).get() << "unsigned";
33 WithColor(Printer, PDB_ColorItem::Type).get() << " __int64";
37 WithColor(Printer, PDB_ColorItem::Type).get() << "int";
39 WithColor(Printer, PDB_ColorItem::Type).get() << "__int64";
42 WithColor(Printer, PDB_ColorItem::Type).get() << "char";
45 WithColor(Printer, PDB_ColorItem::Type).get() << "wchar_t";
48 WithColor(Printer, PDB_ColorItem::Type).get() << "void";
51 WithColor(Printer, PDB_ColorItem::Type).get() << "long";
54 WithColor(Printer, PDB_ColorItem::Type).get() << "unsigned long";
57 WithColor(Printer, PDB_ColorItem::Type).get() << "bool";
60 WithColor(Printer, PDB_ColorItem::Type).get() << "CURRENCY";
63 WithColor(Printer, PDB_ColorItem::Type).get() << "DATE";
66 WithColor(Printer, PDB_ColorItem::Type).get() << "VARIANT";
69 WithColor(Printer, PDB_ColorItem::Type).get() << "complex";
72 WithColor(Printer, PDB_ColorItem::Type).get() << "bitfield";
75 WithColor(Printer, PDB_ColorItem::Type).get() << "BSTR";
78 WithColor(Printer, PDB_ColorItem::Type).get() << "HRESULT";
81 WithColor(Printer, PDB_ColorItem::Type).get() << "HRESULT";
84 WithColor(Printer, PDB_ColorItem::Type).get() << "void";