Home
last modified time | relevance | path

Searched full:cpusubtype (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/external/llvm-project/llvm/test/ObjectYAML/MachO/
Dfat_macho_i386_x86_64.yaml14 cpusubtype: 0x00000003
19 cpusubtype: 0x80000003
27 cpusubtype: 0x00000003
35 cpusubtype: 0x80000003
50 #CHECK: cpusubtype: 0x3
55 #CHECK: cpusubtype: 0x80000003
64 #CHECK: cpusubtype: 0x3
73 #CHECK: cpusubtype: 0x80000003
95 cpusubtype: 0x00000003
103 cpusubtype: 0x00000003
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Duniversal-arm64.test13 # CHECK-NEXT: cpusubtype CPU_SUBTYPE_ARM64_ALL
20 # CHECK-NEXT: cpusubtype CPU_SUBTYPE_ARM64_V8
27 # CHECK-NEXT: cpusubtype CPU_SUBTYPE_ARM64E
40 cpusubtype: 0x00000000
45 cpusubtype: 0x00000001
50 cpusubtype: 0x00000002
59 cpusubtype: 0x00000000
69 cpusubtype: 0x00000001
79 cpusubtype: 0x00000002
/external/llvm/test/ObjectYAML/MachO/
Dfat_macho_i386_x86_64.yaml9 cpusubtype: 0x00000003
14 cpusubtype: 0x80000003
22 cpusubtype: 0x00000003
30 cpusubtype: 0x80000003
45 #CHECK: cpusubtype: 0x00000003
50 #CHECK: cpusubtype: 0x80000003
59 #CHECK: cpusubtype: 0x00000003
68 #CHECK: cpusubtype: 0x80000003
/external/llvm-project/llvm/lib/Object/
DMachOUniversalWriter.cpp78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument
80 : B(&A), CPUType(CPUType), CPUSubType(CPUSubType), in Slice()
85 CPUSubType(O.getHeader().cpusubtype), in Slice()
89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument
91 : B(&IRO), CPUType(CPUType), CPUSubType(CPUSubType), in Slice()
138 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) != in create()
139 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) { in create()
143 Twine(O->getHeader().cputype) + ") and cpusubtype(" + in create()
144 Twine(O->getHeader().cpusubtype) + in create()
146 Twine(MFO->getHeader().cputype) + ") and cpusubtype(" + in create()
[all …]
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Darch.h46 cpu_subtype_t cpusubtype; member
66 * NXArchInfo from the architecture's name or cputype/cpusubtype
67 * combination. A cpusubtype of CPU_SUBTYPE_MULTIPLE can be used
73 cpu_subtype_t cpusubtype);
75 /* NXFindBestFatArch() is passed a cputype and cpusubtype and a set of
82 * cpusubtype and one of the fat_arch structs this routine will always succeed.
85 cpu_subtype_t cpusubtype,
89 /* NXCombineCpuSubtypes() returns the resulting cpusubtype when combining two
95 * be combined and this routine will return the cpusubtype pass in.
/external/llvm-project/llvm/include/llvm/Object/
DMachOUniversalWriter.h30 uint32_t CPUSubType; variable
38 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType,
46 /// This constructor takes pre-specified \param CPUType , \param CPUSubType ,
49 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType,
63 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType()
68 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID()
75 Twine(CPUSubType & ~MachO::CPU_SUBTYPE_MASK) + ")") in getArchString()
81 return Lhs.CPUSubType < Rhs.CPUSubType;
/external/llvm/test/CodeGen/ARM/
DMachO-subtypes.ll60 ; CHECK-V4T: CpuSubType: CPU_SUBTYPE_ARM_V4T (0x5)
61 ; CHECK-V5: CpuSubType: CPU_SUBTYPE_ARM_V5 (0x7)
62 ; CHECK-V6: CpuSubType: CPU_SUBTYPE_ARM_V6 (0x6)
63 ; CHECK-V6M: CpuSubType: CPU_SUBTYPE_ARM_V6M (0xE)
64 ; CHECK-V7: CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9)
65 ; CHECK-V7EM: CpuSubType: CPU_SUBTYPE_ARM_V7EM (0x10)
66 ; CHECK-V7K: CpuSubType: CPU_SUBTYPE_ARM_V7K (0xC)
67 ; CHECK-V7M: CpuSubType: CPU_SUBTYPE_ARM_V7M (0xF)
68 ; CHECK-V7S: CpuSubType: CPU_SUBTYPE_ARM_V7S (0xB)
/external/llvm-project/llvm/test/tools/llvm-readobj/MachO/
Dfile-headers.test12 # I386-NEXT: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
26 cpusubtype: 0x00000003
43 # X86-64-NEXT: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)
58 cpusubtype: 0x00000003
76 # PPC-NEXT: CpuSubType: CPU_SUBTYPE_POWERPC_ALL (0x0)
91 cpusubtype: 0x00000000
108 # PPC64-NEXT: CpuSubtype: 0x0
124 cpusubtype: 0x00000000
142 # ARM-NEXT: CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9)
156 cpusubtype: 0x00000009
/external/llvm-project/llvm/test/CodeGen/ARM/
DMachO-subtypes.ll60 ; CHECK-V4T: CpuSubType: CPU_SUBTYPE_ARM_V4T (0x5)
61 ; CHECK-V5: CpuSubType: CPU_SUBTYPE_ARM_V5 (0x7)
62 ; CHECK-V6: CpuSubType: CPU_SUBTYPE_ARM_V6 (0x6)
63 ; CHECK-V6M: CpuSubType: CPU_SUBTYPE_ARM_V6M (0xE)
64 ; CHECK-V7: CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9)
65 ; CHECK-V7EM: CpuSubType: CPU_SUBTYPE_ARM_V7EM (0x10)
66 ; CHECK-V7K: CpuSubType: CPU_SUBTYPE_ARM_V7K (0xC)
67 ; CHECK-V7M: CpuSubType: CPU_SUBTYPE_ARM_V7M (0xF)
68 ; CHECK-V7S: CpuSubType: CPU_SUBTYPE_ARM_V7S (0xB)
/external/llvm-project/lldb/test/API/commands/target/basic/
Dbogus.yaml7 cpusubtype: 0x00000009
12 cpusubtype: 0x0000000B
17 cpusubtype: 0x00000000
27 cpusubtype: 0x00000009
77 cpusubtype: 0x0000000B
126 cpusubtype: 0x00000000
/external/google-breakpad/src/common/mac/
Dsuper_fat_arch.h47 uint32_t cpusubtype; variable
54 cpusubtype(0), in SuperFatArch()
62 cpusubtype(arch.cpusubtype), in SuperFatArch()
79 arch.cpusubtype = cpusubtype; in ConvertToFatArch()
Darch_utilities.cc73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
83 armv7s->cpusubtype = CPU_SUBTYPE_ARM_V7S; in ArchInfo_armv7s()
232 cpu_subtype_t cpusubtype) { in NXGetArchInfoFromCpuType() argument
236 if (kKnownArchitectures[arch].cpusubtype == cpusubtype) { in NXGetArchInfoFromCpuType()
248 cpu_subtype_t cpusubtype, in NXFindBestFatArch() argument
254 if (fat_archs[f].cpusubtype == cpusubtype) { in NXFindBestFatArch()
/external/llvm-project/llvm/test/tools/llvm-lipo/Inputs/
Di386-x86_64-armv7-arm64-universal.yaml7 cpusubtype: 0x00000003
12 cpusubtype: 0x00000003
17 cpusubtype: 0x00000009
22 cpusubtype: 0x00000000
31 cpusubtype: 0x00000003
118 cpusubtype: 0x00000003
206 cpusubtype: 0x00000009
281 cpusubtype: 0x00000000
Darmv7_i386_non_default_alignment.yaml7 cpusubtype: 0x00000009
12 cpusubtype: 0x00000003
21 cpusubtype: 0x00000009
108 cpusubtype: 0x00000003
Di386-x86_64-universal.yaml7 cpusubtype: 0x00000003
12 cpusubtype: 0x00000003
21 cpusubtype: 0x00000003
108 cpusubtype: 0x00000003
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/
Dcpu-subtype-matching.test28 ## CPUSUBTYPE: CPU_SUBTYPE_ARM_V6
33 cpusubtype: 0x00000006
85 ## CPUSUBTYPE: CPU_SUBTYPE_ARM_V7
90 cpusubtype: 0x00000009
165 ## CPUSUBTYPE: CPU_SUBTYPE_X86_64_ALL
170 cpusubtype: 0x00000003
223 ## CPUSUBTYPE: CPU_SUBTYPE_X86_64_H
228 cpusubtype: 0x00000008
/external/llvm-project/llvm/test/tools/llvm-lipo/
Darchs-universal-binary-arm.test11 cpusubtype: 0x0000000C
16 cpusubtype: 0x00000000
25 cpusubtype: 0x0000000C
34 cpusubtype: 0x00000000
Darchs-universal-binary-x86.test11 cpusubtype: 0x00000003
16 cpusubtype: 0x00000003
25 cpusubtype: 0x00000003
34 cpusubtype: 0x00000003
Darchs-universal-binary-unknown.test12 cpusubtype: 0x00000003
17 cpusubtype: 0x00000003
26 cpusubtype: 0x00000003
35 cpusubtype: 0x00000003
Dverify-arch-universal-binary.test18 cpusubtype: 0x00000003
23 cpusubtype: 0x00000003
32 cpusubtype: 0x00000003
41 cpusubtype: 0x00000003
Dthin-executable-universal-binary.test21 cpusubtype: 0x00000003
26 cpusubtype: 0x00000003
35 cpusubtype: 0x00000003
44 cpusubtype: 0x00000003
Dthin-universal-binary.test20 cpusubtype: 0x00000003
25 cpusubtype: 0x00000003
34 cpusubtype: 0x00000003
43 cpusubtype: 0x00000003
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm231 uint32_t cputype, cpusubtype;
238 len = sizeof(cpusubtype);
239 if (::sysctlbyname("hw.cpusubtype", &cpusubtype, &len, NULL, 0) != 0)
240 cpusubtype = CPU_TYPE_ANY;
248 arch_64.SetArchitecture(eArchTypeMachO, cputype, cpusubtype);
251 // cpusubtype will be correct as if it were for a 64 bit architecture
253 cpusubtype);
256 // Now we need modify the cpusubtype for the 32 bit slices.
257 uint32_t cpusubtype32 = cpusubtype;
259 if (cpusubtype == CPU_SUBTYPE_486 || cpusubtype == CPU_SUBTYPE_X86_64_H)
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp240 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType() argument
241 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK; in ModuleArchFromCpuType()
246 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64; in ModuleArchFromCpuType()
247 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H; in ModuleArchFromCpuType()
251 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6; in ModuleArchFromCpuType()
252 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7; in ModuleArchFromCpuType()
253 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S; in ModuleArchFromCpuType()
254 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K; in ModuleArchFromCpuType()
306 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype); in Next()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test37 FAT: cpusubtype CPU_SUBTYPE_X86_64_ALL
44 FAT: cpusubtype CPU_SUBTYPE_I386_ALL
55 NON-VERBOSE: cpusubtype 3
62 NON-VERBOSE: cpusubtype 3

12345678910>>...17