Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp284 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1183 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter