Searched refs:FileCPUSubtype (Results 1 – 1 of 1) sorted by relevance
210 static bool acceptFileArch(uint32_t FileCPUType, uint32_t FileCPUSubtype, in acceptFileArch() argument219 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() local251 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()