Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp651 auto ExportingModule = GVS->modulePath(); in computeImportForModule() local
655 if (ExportingModule == ModName) { in computeImportForModule()
662 << ExportingModule << " : " << VI.getGUID() << "\n"); in computeImportForModule()
663 ImportList.addDefinition(ExportingModule, VI.getGUID()); in computeImportForModule()
666 (*ExportLists)[ExportingModule].insert(VI); in computeImportForModule()