Home | History | Annotate | Download | only in Linker

Lines Matching refs:DstM

97     Module &DstM = Mover.getModule();
104 GlobalValue *DGV = DstM.getNamedValue(getName(SrcGV));
370 Module &DstM = Mover.getModule();
403 if (getComdatLeader(DstM, ComdatName, DstGV) ||
407 const DataLayout &DstDL = DstM.getDataLayout();
438 Module &DstM = Mover.getModule();
441 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable();
702 // Insert all of the globals in src into the DstM module... without linking
738 Module &DstM = Mover.getModule();
740 GlobalValue *GV = DstM.getNamedValue(P.first());