Home
last modified time | relevance | path

Searched refs:usesThreadWrapperFunction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.h632 virtual bool usesThreadWrapperFunction(const VarDecl *VD) const = 0;
H A DItaniumCXXABI.cpp337 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anon34c82fc40111::ItaniumCXXABI
2894 if (!usesThreadWrapperFunction(VD)) { in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp407 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anondeb872430111::MicrosoftCXXABI
H A DCGExpr.cpp2606 CGF.CGM.getCXXABI().usesThreadWrapperFunction(VD)) in EmitGlobalVarDeclLValue()