Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h222 LLVM_ABI SmallVector<StringRef, 0> getSourceModules() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp369 FunctionImporter::ImportMapTy::getSourceModules() const { in getSourceModules() function in FunctionImporter::ImportMapTy
1887 for (const auto &ModName : ImportList.getSourceModules()) { in importFunctions()