Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp107 uint32_t ArchCPUSubtype; member
219 return C.ArchCPUSubtype == FileCPUSubtype; in acceptFileArch()
222 if (C.ArchCPUSubtype == MachO::CPU_SUBTYPE_ARM64_ALL) in acceptFileArch()
226 return C.ArchCPUSubtype == FileCPUSubtype; in acceptFileArch()
471 uint64_t ArchCPUID = getCPUID(C.ArchCPUType, C.ArchCPUSubtype); in createStaticLibrary()
564 std::tie(C.ArchCPUType, C.ArchCPUSubtype) = in parseCommandLine()