HomeSort by relevance Sort by last modified time
    Searched refs:PDB_Machine (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/llvm/tools/llvm-pdbdump/
PdbYaml.cpp 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)
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStreamBuilder.h 38 void setMachineType(PDB_Machine M);
50 PDB_Machine MachineType;
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 292 const PDB_Machine &Machine) {
294 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Am33, OS)
295 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Amd64, OS)
296 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Arm, OS)
297 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, ArmNT, OS)
298 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Ebc, OS)
299 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, x86, OS)
300 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Ia64, OS)
301 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, M32R, OS)
302 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Mips16, OS
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStreamBuilder.cpp 23 Flags(0), MachineType(PDB_Machine::x86) {}
37 void DbiStreamBuilder::setMachineType(PDB_Machine M) { MachineType = M; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 51 void setMachineType(PDB_Machine M);
102 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 51 void setMachineType(PDB_Machine M);
101 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 51 void setMachineType(PDB_Machine M);
101 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 51 void setMachineType(PDB_Machine M);
102 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 51 void setMachineType(PDB_Machine M);
101 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 51 void setMachineType(PDB_Machine M);
101 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 52 void setMachineType(PDB_Machine M);
108 PDB_Machine MachineType;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h 35 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h 35 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBExtras.h 35 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBExtras.h 35 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBExtras.h 36 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBExtras.h 36 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBExtras.h 36 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);

Completed in 939 milliseconds

1 2 3 4 5