Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp284 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
346 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
459 if (!importFunctions(argv[0], *Composite)) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp650 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp222 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()