Searched refs:importFunctions (Results 1 – 3 of 3) sorted by relevance
39 bool importFunctions(Module &M);
154 static bool importFunctions(const char *argv0, LLVMContext &Context, in importFunctions() function331 if (!importFunctions(argv[0], Context, L)) in main()
263 bool FunctionImporter::importFunctions(Module &DestModule) { in importFunctions() function in FunctionImporter415 return Importer.importFunctions(M); in runOnModule()