Home
last modified time | relevance | path

Searched refs:importFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
371 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
485 if (!importFunctions(argv[0], *Composite)) in main()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1220 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1412 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp647 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp224 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()