Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1116 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() argument
1118 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1121 IRMover Mover(DestModule); in importFunctions()
1135 assert(&DestModule.getContext() == &SrcModule->getContext() && in importFunctions()
1161 MDNode::get(DestModule.getContext(), in importFunctions()
1162 {MDString::get(DestModule.getContext(), in importFunctions()
1205 MDNode::get(DestModule.getContext(), in importFunctions()
1206 {MDString::get(DestModule.getContext(), in importFunctions()
1223 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1236 internalizeGVsAfterImport(DestModule); in importFunctions()
[all …]