Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DLinkModules.cpp49 bool HasExportedFunctions = false; member in __anonc41387ad0111::ModuleLinker
122 bool isModuleExporting() const { return HasExportedFunctions; } in isModuleExporting()
160 HasExportedFunctions = ImportIndex->hasExportedFunctions(SrcM); in ModuleLinker()