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

Lines Matching refs:PDB_Machine

57 template <> struct ScalarEnumerationTraits<llvm::pdb::PDB_Machine> {
58 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) {
59 io.enumCase(Value, "Invalid", PDB_Machine::Invalid);
60 io.enumCase(Value, "Am33", PDB_Machine::Am33);
61 io.enumCase(Value, "Amd64", PDB_Machine::Amd64);
62 io.enumCase(Value, "Arm", PDB_Machine::Arm);
63 io.enumCase(Value, "ArmNT", PDB_Machine::ArmNT);
64 io.enumCase(Value, "Ebc", PDB_Machine::Ebc);
65 io.enumCase(Value, "x86", PDB_Machine::x86);
66 io.enumCase(Value, "Ia64", PDB_Machine::Ia64);
67 io.enumCase(Value, "M32R", PDB_Machine::M32R);
68 io.enumCase(Value, "Mips16", PDB_Machine::Mips16);
69 io.enumCase(Value, "MipsFpu", PDB_Machine::MipsFpu);
70 io.enumCase(Value, "MipsFpu16", PDB_Machine::MipsFpu16);
71 io.enumCase(Value, "PowerPCFP", PDB_Machine::PowerPCFP);
72 io.enumCase(Value, "R4000", PDB_Machine::R4000);
73 io.enumCase(Value, "SH3", PDB_Machine::SH3);
74 io.enumCase(Value, "SH3DSP", PDB_Machine::SH3DSP);
75 io.enumCase(Value, "Thumb", PDB_Machine::Thumb);
76 io.enumCase(Value, "WceMipsV2", PDB_Machine::WceMipsV2);