Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp42 if (!isPerformingImport() && !isModuleExporting()) in shouldPromoteLocalToGlobal()
107 if (isModuleExporting()) { in getLinkage()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h77 bool isModuleExporting() const { return HasExportedFunctions; } in isModuleExporting() function