Searched defs:CPU_SUBTYPE_ARM64_ALL (Results 1 - 4 of 4) sorted by path

/external/google-breakpad/src/common/mac/
H A Darch_utilities.cc52 #ifndef CPU_SUBTYPE_ARM64_ALL
53 #define CPU_SUBTYPE_ARM64_ALL (static_cast<cpu_type_t>(0)) macro
54 #endif // CPU_SUBTYPE_ARM64_ALL
64 arm64->cpusubtype = CPU_SUBTYPE_ARM64_ALL;
87 CPU_SUBTYPE_ARM64_ALL);
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.h42 #ifndef CPU_SUBTYPE_ARM64_ALL
43 #define CPU_SUBTYPE_ARM64_ALL 0 macro
49 const cpu_subtype_t kCPU_SUBTYPE_ARM64_ALL = CPU_SUBTYPE_ARM64_ALL;
/external/llvm/include/llvm/Support/
H A DMachO.h1432 CPU_SUBTYPE_ARM64_ALL = 0 enumerator in enum:llvm::MachO::CPUSubTypeARM64
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1447 CPU_SUBTYPE_ARM64_ALL = 0 enumerator in enum:llvm::MachO::CPUSubTypeARM64

Completed in 278 milliseconds