Searched refs:importFunctions (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h39 bool importFunctions(Module &M);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp266 bool FunctionImporter::importFunctions(Module &DestModule) { function in class:FunctionImporter
430 return Importer.importFunctions(M);
/freebsd-11.0-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp154 static bool importFunctions(const char *argv0, LLVMContext &Context, function
331 if (!importFunctions(argv[0], Context, L))

Completed in 59 milliseconds