Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1184 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument
1186 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1189 IRMover Mover(DestModule); in importFunctions()
1203 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions()
1229 MDNode::get(DestModule.getContext(), in importFunctions()
1230 {MDString::get(DestModule.getContext(), in importFunctions()
1273 MDNode::get(DestModule.getContext(), in importFunctions()
1274 {MDString::get(DestModule.getContext(), in importFunctions()
1313 internalizeGVsAfterImport(DestModule); in importFunctions()
1320 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp297 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument
306 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions()
310 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
359 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()