Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1298 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1313 internalizeGVsAfterImport(DestModule); in importFunctions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp284 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument
293 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions()
297 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
346 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()