Searched refs:DestModule (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1255 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument 1257 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 1260 IRMover Mover(DestModule); in importFunctions() 1274 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions() 1300 MDNode::get(DestModule.getContext(), in importFunctions() 1301 {MDString::get(DestModule.getContext(), in importFunctions() 1344 MDNode::get(DestModule.getContext(), in importFunctions() 1345 {MDString::get(DestModule.getContext(), in importFunctions() 1383 internalizeGVsAfterImport(DestModule); in importFunctions() 1390 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 309 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() 371 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
|