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

  /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;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCMachObjectWriter.h 31 const uint32_t CPUType;
62 uint32_t getCPUType() const { return CPUType; }
169 uint32_t CPUType = TargetObjectWriter->getCPUType();
170 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-7.0/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 808 unsigned CPUType = support::endian::read32le(&BufPtr[BWH_CPUTypeField]);
815 << " CPUType=" << format_hex(CPUType, 10) << "/>\n";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 79 enum class CPUType : uint16_t {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 75 enum class CPUType : uint16_t {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp 129 return O.getHeader().cputype;
973 uint32_t cputype = getCPUType(Obj); local
1220 uint32_t cputype; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 494 uint32_t cputype; member in struct:llvm::MachO::mach_header
504 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
889 uint32_t cputype; member in struct:llvm::MachO::fat_arch
897 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
969 sys::swapByteOrder(mh.cputype);
977 sys::swapByteOrder(mh.cputype);
987 sys::swapByteOrder(mh.cputype);
997 sys::swapByteOrder(H.cputype);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 499 uint32_t cputype; member in struct:llvm::MachO::mach_header
509 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
923 uint32_t cputype; member in struct:llvm::MachO::fat_arch
931 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
994 sys::swapByteOrder(mh.cputype);
1002 sys::swapByteOrder(mh.cputype);
1012 sys::swapByteOrder(mh.cputype);
1022 sys::swapByteOrder(H.cputype);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 494 uint32_t cputype; member in struct:llvm::MachO::mach_header
504 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
897 uint32_t cputype; member in struct:llvm::MachO::fat_arch
905 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
977 sys::swapByteOrder(mh.cputype);
985 sys::swapByteOrder(mh.cputype);
995 sys::swapByteOrder(mh.cputype);
1005 sys::swapByteOrder(H.cputype);
    [all...]

Completed in 1592 milliseconds