Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1830 uint32_t targetCpuType; in isArchABICompatible() local
1831 std::tie(targetCpuType, std::ignore) = getCPUTypeFromArchitecture(targetArch); in isArchABICompatible()
1835 return cpuType == targetCpuType; in isArchABICompatible()