Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h41 bool HasExportedFunctions = false; variable
78 bool isModuleExporting() const { return HasExportedFunctions; } in isModuleExporting()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp46 HasExportedFunctions = ImportIndex.hasExportedFunctions(M); in FunctionImportGlobalProcessing()