Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp764 return Target.getTriple().isOSFreeBSD() || Target.getTriple().isPS4(); in hasValidLengthModifier()
799 return Target.getTriple().isOSFreeBSD() || Target.getTriple().isPS4(); in hasValidLengthModifier()
H A DRecordLayoutBuilder.cpp1226 Context.getTargetInfo().getTriple().isPS4() || in LayoutBase()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp225 if (TT.isPS4() || TT.isOSBinFormatMachO()) { in X86TargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h667 bool isPS4() const { in isPS4() function
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp812 TC.getTriple().isPS4() || in SanitizerArgs()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp5551 options::OPT_fno_stack_size_section, RawTriple.isPS4())) in ConstructJob()
5623 if (!RawTriple.isPS4()) in ConstructJob()
6109 RawTriple.isPS4())) in ConstructJob()
6749 !TC.getTriple().isPS4() && !TC.getTriple().isVE() && in ConstructJob()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp2875 if (PP.getTargetInfo().getTriple().isPS4() && Kind != PCK_Lib) { in HandlePragma()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3108 if (T.isPS4()) in setLangDefaults()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1310 if (S.getASTContext().getTargetInfo().getTriple().isPS4()) { in handlePackedAttr()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp3081 getContext().getTargetInfo().getTriple().isPS4(); in classify()