Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1870 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument
1872 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1880 for (auto &F : DestModule) in importFunctions()
1884 IRMover Mover(DestModule); in importFunctions()
1893 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions()
1927 MDNode::get(DestModule.getContext(), in importFunctions()
1928 {MDString::get(DestModule.getContext(), in importFunctions()
1932 MDNode::get(DestModule.getContext(), in importFunctions()
1933 {MDString::get(DestModule.getContext(), in importFunctions()
1989 MDNode::get(DestModule.getContext(), in importFunctions()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument
319 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions()
323 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
381 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()