| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 47 DeclPtr, D.getTLSKind()); in EmitDeclInit() 94 assert(!D.getTLSKind() && "should have rejected this"); in EmitDeclDestroy() 422 if (Kind == GuardKind::TlsGuard || D->getTLSKind()) in EmitCXXGuardedInitBranch() 554 if (D->getTLSKind()) { in EmitCXXGlobalVarDeclInitFunc() 1029 (D->getTLSKind() == VarDecl::TLS_Dynamic && in GenerateCXXGlobalVarDeclInitFunc()
|
| H A D | CodeGenModule.cpp | 1699 assert(D.getTLSKind() && "setting TLS mode on non-TLS var!"); in setTLSMode() 3904 if (VD->getTLSKind()) { in VisitVarDecl() 4885 if (D->getTLSKind()) { in GetOrCreateLLVMGlobal() 4886 if (D->getTLSKind() == VarDecl::TLS_Dynamic) in GetOrCreateLLVMGlobal() 5473 if (D->getTLSKind() == VarDecl::TLS_Dynamic && in EmitGlobalVarDefinition() 5500 if (D->getTLSKind() && !GV->isThreadLocal()) { in EmitGlobalVarDefinition() 5501 if (D->getTLSKind() == VarDecl::TLS_Dynamic) in EmitGlobalVarDefinition() 5561 if (D->getTLSKind()) in isVarDeclStrongDefinition() 5937 if (VD->getTLSKind()) in EmitAliasDefinition() 6550 if (VD->getTLSKind()) in GetAddrOfGlobalTemporary()
|
| H A D | ItaniumCXXABI.cpp | 2433 !D.getTLSKind(); in EmitGuardedInit() 2809 if (CGM.getCodeGenOpts().CXAAtExit || D.getTLSKind()) in registerGlobalDtor() 2810 return emitGlobalDtorWithCXAAtExit(CGF, dtor, addr, D.getTLSKind()); in registerGlobalDtor() 2827 return VD->getTLSKind() == VarDecl::TLS_Dynamic && in isThreadWrapperReplaceable() 4848 if (D.getTLSKind() != VarDecl::TLS_None) { in registerGlobalDtor()
|
| H A D | MicrosoftCXXABI.cpp | 2369 if (D.getTLSKind()) in registerGlobalDtor() 2615 bool ThreadlocalStatic = D.getTLSKind(); in EmitGuardedInit() 2679 if (D.getTLSKind()) in EmitGuardedInit()
|
| H A D | CGExpr.cpp | 2680 LV.setThreadLocalRef(VD->getTLSKind() != VarDecl::TLS_None); in setObjCGCLValueClass() 2831 if (VD->getTLSKind() == VarDecl::TLS_Dynamic && in EmitGlobalVarDeclLValue() 2844 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitGlobalVarDeclLValue() 3101 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitDeclRefLValue()
|
| H A D | CGDecl.cpp | 283 if (D.getTLSKind()) in getOrCreateStaticVarDecl()
|
| H A D | CGStmtOpenMP.cpp | 485 if (CapVar && (CapVar->getTLSKind() != clang::VarDecl::TLS_None)) { in emitOutlinedFunctionPrologue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 50 if (VD->getTLSKind()) in getStaticLocalNumber()
|
| H A D | JSONNodeDumper.cpp | 897 switch (VD->getTLSKind()) { in VisitVarDecl()
|
| H A D | TextNodeDumper.cpp | 1979 switch (D->getTLSKind()) { in VisitVarDecl()
|
| H A D | MicrosoftMangle.cpp | 3939 Mangler.getStream() << (VD->getTLSKind() ? "??__J" : "??_B"); in mangleStaticGuardVariable()
|
| H A D | Decl.cpp | 2165 VarDecl::TLSKind VarDecl::getTLSKind() const { in getTLSKind() function in VarDecl
|
| H A D | ExprConstant.cpp | 2292 if (Var->getTLSKind()) in CheckLValueConstantExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4773 if (New->getTLSKind() != Old->getTLSKind()) { in MergeVarDecl() 4774 if (!Old->getTLSKind()) { in MergeVarDecl() 4777 } else if (!New->getTLSKind()) { in MergeVarDecl() 4786 << New->getDeclName() << (New->getTLSKind() == VarDecl::TLS_Dynamic); in MergeVarDecl() 7005 var->getTLSKind()) { in inferObjCARCLifetime() 14443 if (var->getTLSKind() == VarDecl::TLS_Static) { in CheckCompleteVariableDeclaration() 14712 assert(VD->getTLSKind()); in CheckThreadLocalForLargeAlignment() 14773 if (VD->getTLSKind()) in FinalizeDeclaration() 14811 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()
|
| H A D | SemaOpenMP.cpp | 1772 if ((VD && VD->getTLSKind() != VarDecl::TLS_None && in getTopDSA() 3258 if ((VD->getTLSKind() != VarDecl::TLS_None && in CheckOMPThreadPrivateDecl() 3265 << VD << ((VD->getTLSKind() != VarDecl::TLS_None) ? 0 : 1); in CheckOMPThreadPrivateDecl() 3430 if (VD->getTLSKind() != VarDecl::TLS_None || in ActOnOpenMPAllocateDirective()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1223 if (Var->getTLSKind()) in VisitVarDecl()
|
| H A D | SemaTemplate.cpp | 7007 if (Var->getTLSKind()) { in CheckTemplateArgumentAddressOfObjectOrFunction()
|
| H A D | SemaDeclAttr.cpp | 4542 VD->getTLSKind() != VarDecl::TLS_None) { in AddAlignedAttr()
|
| H A D | SemaDeclCXX.cpp | 1968 << (VD->getTLSKind() == VarDecl::TLS_Dynamic); in CheckConstexprDeclStmt()
|
| H A D | SemaExpr.cpp | 395 if (VD->getTLSKind() != VarDecl::TLS_None) in DiagnoseUseOfDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 131 [{S->getTLSKind() != 0}], "thread-local variables">; 134 [{S->hasGlobalStorage() && !S->getTLSKind()}], 148 S->getTLSKind() == 0}],
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1164 TLSKind getTLSKind() const;
|