Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp285 if (CGM.getContext().shouldExternalizeStaticVar(ND) && in getDeviceSideName()
H A DCodeGenModule.cpp1297 if (CGM.getContext().shouldExternalizeStaticVar(ND) && in getMangledNameImpl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3208 bool shouldExternalizeStaticVar(const Decl *D) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10790 if (Context.shouldExternalizeStaticVar(D)) in adjustGVALinkageForAttributes()
11711 bool ASTContext::shouldExternalizeStaticVar(const Decl *D) const { in shouldExternalizeStaticVar() function in ASTContext