Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp57 if (!isPerformingImport() && !isModuleExporting()) in shouldPromoteLocalToGlobal()
132 if (isModuleExporting()) { in getLinkage()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h77 bool isModuleExporting() const { return HasExportedFunctions; } in isModuleExporting() function