Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp293 if (CGM.getContext().shouldExternalize(ND) && in getDeviceSideName()
H A DCodeGenModule.cpp1896 if (CGM.getContext().shouldExternalize(ND) && in getMangledNameImpl()
1987 getContext().shouldExternalize(ND) || getLangOpts().CUDAIsDevice || in getMangledName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3366 bool shouldExternalize(const Decl *D) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11696 if (Context.shouldExternalize(D)) in adjustGVALinkageForAttributes()
13598 bool ASTContext::shouldExternalize(const Decl *D) const { in shouldExternalize() function in ASTContext