Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DLangStandards.cpp62 if (T.isPS4()) in getDefaultLanguageStandard()
H A DTargetInfo.cpp582 (ClangABICompat4 || getTriple().isPS4())) in getCallingConvKind()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h707 bool isPS4() const { in isPS4() function
721 bool isPS() const { return isPS4() || isPS5(); } in isPS()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp92 if (Triple.isPS4()) in getX86TargetCPU()
/openbsd/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp833 Target.getTriple().isPS4() || in hasValidLengthModifier()
872 Target.getTriple().isPS4() || in hasValidLengthModifier()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp158 const bool IsPS4 = TC.getTriple().isPS4(); in ConstructJob()
H A DCommonArgs.cpp1471 << (EffectiveTriple.isPS4() ? "PS4" : "PS5"); in ParsePICArgs()
H A DClang.cpp7379 !TC.getTriple().isPS4() && !TC.getTriple().isVE() && in ConstructJob()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1111 Ctx->getTargetTriple().isPS4()) in getStackSizesSection()