Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
381 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
503 if (!importFunctions(argv[0], *Composite)) in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h318 LLVM_ABI Expected<bool> importFunctions(Module &M,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp717 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp220 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1869 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
2097 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModuleForTest()