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

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

Completed in 180 milliseconds