Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPMacroExpansion.cpp1126 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
1160 LangOpts.CPlusPlus11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
1210 .Case("tls", PP.getTargetInfo().isTLSSupported()) in HasFeature()
1245 .Case("c_thread_local", PP.getTargetInfo().isTLSSupported()) in HasExtension()
/external/clang/include/clang/Basic/
DTargetInfo.h840 bool isTLSSupported() const { in isTLSSupported() function
/external/clang/lib/Basic/
DModule.cpp70 .Case("tls", Target.isTLSSupported()) in hasFeature()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1049 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()
1060 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
1096 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
DCGStmtOpenMP.cpp479 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
DCodeGenModule.cpp1400 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global)) in MayBeEmittedEagerly()
/external/clang/lib/Sema/
DSemaOpenMP.cpp567 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()
1189 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()
1603 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
DSemaDeclAttr.cpp3196 if (Context.getTargetInfo().isTLSSupported()) { in AddAlignedAttr()
4426 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
DSemaDecl.cpp6018 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
/external/clang/lib/AST/
DDecl.cpp1820 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()