Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.cpp1595 std::string TargetCPUName = getPPCTargetCPU(Args); in getCPUName() local
1599 if (TargetCPUName.empty() && !T.isOSDarwin()) { in getCPUName()
1601 TargetCPUName = "ppc64"; in getCPUName()
1603 TargetCPUName = "ppc64le"; in getCPUName()
1605 TargetCPUName = "ppc"; in getCPUName()
1607 return TargetCPUName; in getCPUName()