Home
last modified time | relevance | path

Searched defs:importFunctions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp321 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1702 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter