Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h46 MachO::getCPUTypeFromArchitecture(Parent->Libraries[Index].Arch); in getCPUType()
52 MachO::getCPUTypeFromArchitecture(Parent->Libraries[Index].Arch); in getCPUSubType()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h44 std::pair<uint32_t, uint32_t> getCPUTypeFromArchitecture(Architecture Arch);
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp58 std::pair<uint32_t, uint32_t> getCPUTypeFromArchitecture(Architecture Arch) { in getCPUTypeFromArchitecture() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp191 std::tie(cpuType, std::ignore) = getCPUTypeFromArchitecture(config->arch()); in compatWithTargetArch()
1835 std::tie(targetCpuType, std::ignore) = getCPUTypeFromArchitecture(targetArch); in isArchABICompatible()
1838 std::tie(cpuType, std::ignore) = getCPUTypeFromArchitecture(p); in isArchABICompatible()
H A DDriver.cpp805 auto [cpuType, cpuSubtype] = getCPUTypeFromArchitecture(config->arch()); in createTargetInfo()