HomeSort by relevance Sort by last modified time
    Searched defs:CPUType (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 };
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 37 unsigned CPUType;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 28 const uint32_t CPUType;
54 uint32_t getCPUType() const { return CPUType; }
156 uint32_t CPUType = TargetObjectWriter->getCPUType();
157 return CPUType == MachO::CPU_TYPE_X86_64;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 29 const uint32_t CPUType;
53 uint32_t getCPUType() const { return CPUType; }
144 uint32_t CPUType = TargetObjectWriter->getCPUType() &
146 return CPUType == object::mach::CTM_ARM;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
57 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 724 unsigned CPUType = support::endian::read32le(&BufPtr[BWH_CPUTypeField]);
731 << " CPUType=" << format_hex(CPUType, 10) << "/>\n";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 113 uint32_t CPUType;
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 116 return O->getHeader().cputype;
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 75 enum class CPUType : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 73 enum class CPUType : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 73 enum class CPUType : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 73 enum class CPUType : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 73 enum class CPUType : uint16_t {

Completed in 1813 milliseconds

1 2