Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h40 bool HasExportedFunctions = false; variable
77 bool isModuleExporting() const { return HasExportedFunctions; } in isModuleExporting()
111 HasExportedFunctions = ImportIndex.hasExportedFunctions(M); in FunctionImportGlobalProcessing()