Searched defs:CPU_TYPE_ARM64 (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Darch_utilities.cc48 #ifndef CPU_TYPE_ARM64
49 #define CPU_TYPE_ARM64 (static_cast<cpu_type_t>(16777228)) macro
50 #endif // CPU_TYPE_ARM64
63 arm64->cputype = CPU_TYPE_ARM64;
86 return BreakpadGetArchInfoFromCpuType(CPU_TYPE_ARM64,
99 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) {
/external/google-breakpad/src/tools/mac/upload_system_symbols/
H A Darch_constants.h38 #ifndef CPU_TYPE_ARM64
39 #define CPU_TYPE_ARM64 (CPU_TYPE_ARM | CPU_ARCH_ABI64) macro
47 const cpu_type_t kCPU_TYPE_ARM64 = CPU_TYPE_ARM64;
/external/llvm/include/llvm/Support/
H A DMachO.h1357 CPU_TYPE_ARM64 = CPU_TYPE_ARM | CPU_ARCH_ABI64, enumerator in enum:llvm::MachO::CPUType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1372 CPU_TYPE_ARM64 = CPU_TYPE_ARM | CPU_ARCH_ABI64, enumerator in enum:llvm::MachO::CPUType

Completed in 171 milliseconds