Home
last modified time | relevance | path

Searched refs:DestModule (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1604 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument
1606 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1609 IRMover Mover(DestModule); in importFunctions()
1623 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions()
1649 MDNode::get(DestModule.getContext(), in importFunctions()
1650 {MDString::get(DestModule.getContext(), in importFunctions()
1693 MDNode::get(DestModule.getContext(), in importFunctions()
1694 {MDString::get(DestModule.getContext(), in importFunctions()
1733 internalizeGVsAfterImport(DestModule); in importFunctions()
1740 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument
318 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions()
322 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
377 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()