Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1073 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument
1075 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1078 IRMover Mover(DestModule); in importFunctions()
1092 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions()
1118 MDNode::get(DestModule.getContext(), in importFunctions()
1119 {MDString::get(DestModule.getContext(), in importFunctions()
1162 MDNode::get(DestModule.getContext(), in importFunctions()
1163 {MDString::get(DestModule.getContext(), in importFunctions()
1193 internalizeImmutableGVs(DestModule); in importFunctions()
1200 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp212 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument
221 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions()
223 return loadFile(argv0, Identifier, DestModule.getContext(), false); in importFunctions()
271 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()