Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp158 const bool IsPS4 = TC.getTriple().isPS4(); in ConstructJob() local
162 if (IsPS4) in ConstructJob()
182 if (IsPS4) in ConstructJob()
188 if (IsPS4) { in ConstructJob()
226 if (IsPS4) in ConstructJob()
H A DClang.cpp7561 bool IsPS4 = getToolChain().getTriple().isPS4(); in ConstructJob() local
7569 (IsPS4 && !UnifiedLTO && (D.getLTOMode() != LTOK_Full))) in ConstructJob()
7572 << ((IsPS4 && !UnifiedLTO) ? "-flto=full" : "-flto"); in ConstructJob()