Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h826 bool shouldMapVisibilityToDLLExport(const NamedDecl *D) const { in shouldMapVisibilityToDLLExport() function
H A DCodeGenModule.cpp1243 shouldMapVisibilityToDLLExport(D)) && in setDLLImportDLLExport()
3891 !shouldMapVisibilityToDLLExport(cast_or_null<NamedDecl>(D))) { in GetOrCreateLLVMFunction()
4204 !shouldMapVisibilityToDLLExport(D)) in GetOrCreateLLVMGlobal()
H A DItaniumCXXABI.cpp3692 (CGM.shouldMapVisibilityToDLLExport(RD) && in BuildTypeInfo()
4179 RD->hasAttr<DLLExportAttr>() || CGM.shouldMapVisibilityToDLLExport(RD) in EmitFundamentalRTTIDescriptors()