Searched refs:FileCPUSubtype (Results 1 – 1 of 1) sorted by relevance
329 bool acceptFileArch(uint32_t FileCPUType, uint32_t FileCPUSubtype) { in acceptFileArch() argument337 return Builder.C.ArchCPUSubtype == FileCPUSubtype; in acceptFileArch()341 return FileCPUSubtype == MachO::CPU_SUBTYPE_ARM64_ALL || in acceptFileArch()342 FileCPUSubtype == MachO::CPU_SUBTYPE_ARM64_V8; in acceptFileArch()344 return Builder.C.ArchCPUSubtype == FileCPUSubtype; in acceptFileArch()367 uint32_t FileCPUType, FileCPUSubtype; in verifyAndAddMachOObject() local368 std::tie(FileCPUType, FileCPUSubtype) = MachO::getCPUTypeFromArchitecture( in verifyAndAddMachOObject()373 if (!ArchType.empty() && !acceptFileArch(FileCPUType, FileCPUSubtype)) { in verifyAndAddMachOObject()389 uint64_t FileCPUID = getCPUID(FileCPUType, FileCPUSubtype); in verifyAndAddMachOObject()