Home
last modified time | relevance | path

Searched refs:shouldMapVisibilityToDLLExport (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h930 bool shouldMapVisibilityToDLLExport(const NamedDecl *D) const { in shouldMapVisibilityToDLLExport() function
H A DItaniumCXXABI.cpp4112 (CGM.shouldMapVisibilityToDLLExport(RD) && in BuildTypeInfo()
4603 RD->hasAttr<DLLExportAttr>() || CGM.shouldMapVisibilityToDLLExport(RD) in EmitFundamentalRTTIDescriptors()
H A DCodeGenModule.cpp1916 shouldMapVisibilityToDLLExport(D)) && in setDLLImportDLLExport()
4797 !shouldMapVisibilityToDLLExport(cast<NamedDecl>(MRD))); in shouldDropDLLAttribute()