Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp329 bool acceptFileArch(uint32_t FileCPUType, uint32_t FileCPUSubtype) { in acceptFileArch() argument
337 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() local
368 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()