Home
last modified time | relevance | path

Searched refs:shouldDropDLLAttribute (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1680 bool shouldDropDLLAttribute(const Decl *D, const llvm::GlobalValue *GV) const;
H A DCodeGenModule.cpp4545 bool CodeGenModule::shouldDropDLLAttribute(const Decl *D, in shouldDropDLLAttribute() function in CodeGenModule
4621 if (D && shouldDropDLLAttribute(D, Entry)) { in GetOrCreateLLVMFunction()
4915 if (D && shouldDropDLLAttribute(D, Entry)) in GetOrCreateLLVMGlobal()