OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPU_TYPE_ARM64
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/common/mac/
arch_utilities.cc
48
#ifndef
CPU_TYPE_ARM64
49
#define
CPU_TYPE_ARM64
(static_cast<cpu_type_t>(16777228))
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/
arch_constants.h
38
#ifndef
CPU_TYPE_ARM64
39
#define
CPU_TYPE_ARM64
(CPU_TYPE_ARM | CPU_ARCH_ABI64)
47
const cpu_type_t kCPU_TYPE_ARM64 =
CPU_TYPE_ARM64
;
/external/llvm/include/llvm/Support/
MachO.h
[
all
...]
Completed in 369 milliseconds