Home
last modified time | relevance | path

Searched refs:FileCPUSubtype (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp210 static bool acceptFileArch(uint32_t FileCPUType, uint32_t FileCPUSubtype, in acceptFileArch() argument
219 return C.ArchCPUSubtype == FileCPUSubtype; in acceptFileArch()
223 return FileCPUSubtype == MachO::CPU_SUBTYPE_ARM64_ALL || in acceptFileArch()
224 FileCPUSubtype == MachO::CPU_SUBTYPE_ARM64_V8; in acceptFileArch()
226 return C.ArchCPUSubtype == FileCPUSubtype; in acceptFileArch()
250 uint32_t FileCPUType, FileCPUSubtype; in verifyAndAddMachOObject() local
251 std::tie(FileCPUType, FileCPUSubtype) = MachO::getCPUTypeFromArchitecture( in verifyAndAddMachOObject()
256 if (!ArchType.empty() && !acceptFileArch(FileCPUType, FileCPUSubtype, C)) { in verifyAndAddMachOObject()
263 uint64_t FileCPUID = getCPUID(FileCPUType, FileCPUSubtype); in verifyAndAddMachOObject()