Searched refs:DstM (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp81 Module &DstM = Mover.getModule(); local
88 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName());
155 Module &DstM = Mover.getModule(); local
188 if (getComdatLeader(DstM, ComdatName, DstGV) ||
192 const DataLayout &DstDL = DstM.getDataLayout();
221 Module &DstM = Mover.getModule(); local
224 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable();
458 Module &DstM = Mover.getModule(); local
474 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable();
486 for (auto I = DstM
[all...]
H A DIRMover.cpp385 /// from SrcM to DstM.
387 Module &DstM; member in class:__anon3709::IRLinker
401 /// in DstM. ValueToValueMapTy is a ValueMap, which involves some overhead
463 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName());
523 IRLinker(Module &DstM, MDMapT &SharedMDs, argument
528 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)),
631 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()),
663 SF->getAddressSpace(), SF->getName(), &DstM);
680 &DstM);
[all...]

Completed in 162 milliseconds