Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp299 if (CGM.getContext().shouldExternalize(ND) && in getDeviceSideName()
H A DCodeGenModule.cpp1492 if (CGM.getContext().shouldExternalize(ND) && in getMangledNameImpl()
1583 getContext().shouldExternalize(ND) || getLangOpts().CUDAIsDevice || in getMangledName()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3336 bool shouldExternalize(const Decl *D) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11572 if (Context.shouldExternalize(D)) in adjustGVALinkageForAttributes()
13443 bool ASTContext::shouldExternalize(const Decl *D) const { in shouldExternalize() function in ASTContext