Searched refs:importFunctions (Results 1 – 5 of 5) sorted by relevance
309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function381 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()503 if (!importFunctions(argv[0], *Composite)) in main()
318 LLVM_ABI Expected<bool> importFunctions(Module &M,
717 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
220 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
1869 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter2097 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModuleForTest()