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.h869 bool shouldMapVisibilityToDLLExport(const NamedDecl *D) const { in shouldMapVisibilityToDLLExport() function
H A DItaniumCXXABI.cpp4071 (CGM.shouldMapVisibilityToDLLExport(RD) && in BuildTypeInfo()
4556 RD->hasAttr<DLLExportAttr>() || CGM.shouldMapVisibilityToDLLExport(RD) in EmitFundamentalRTTIDescriptors()
H A DCodeGenModule.cpp1749 shouldMapVisibilityToDLLExport(D)) && in setDLLImportDLLExport()
4555 !shouldMapVisibilityToDLLExport(cast<NamedDecl>(MRD))); in shouldDropDLLAttribute()