Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
486 if (!importFunctions(argv[0], *Composite)) in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1254 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1446 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp649 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp224 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()