Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp297 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
359 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
473 if (!importFunctions(argv[0], *Composite)) in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1183 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1376 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp650 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp225 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()