Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.h30 std::string getSystemZTargetCPU(const llvm::opt::ArgList &Args);
H A DSystemZ.cpp37 std::string systemz::getSystemZTargetCPU(const ArgList &Args) { in getSystemZTargetCPU() function in systemz
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp451 return systemz::getSystemZTargetCPU(Args); in getCPUName()
H A DGnu.cpp923 std::string CPUName = systemz::getSystemZTargetCPU(Args); in ConstructJob()