Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1254 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter