Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h616 virtual bool usesThreadWrapperFunction(const VarDecl *VD) const = 0;
H A DItaniumCXXABI.cpp377 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anon0f6c15480111::ItaniumCXXABI
2932 if (!usesThreadWrapperFunction(VD)) { in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp403 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anonf1ebc8c70111::MicrosoftCXXABI
H A DCGExpr.cpp2519 CGF.CGM.getCXXABI().usesThreadWrapperFunction(VD)) in EmitGlobalVarDeclLValue()