Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h672 bool hasDefaultVisibilityExportMapping() const { in hasDefaultVisibilityExportMapping() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h849 return getLangOpts().hasDefaultVisibilityExportMapping() && D && in shouldMapVisibilityToDLLExport()