Searched refs:importFunctions (Results 1 – 5 of 5) sorted by relevance
321 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function393 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()525 if (!importFunctions(argv[0], *Composite)) in main()
123 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
1702 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter1950 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModuleForTest()
660 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
227 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()