Home | History | Annotate | Download | only in Linker

Lines Matching refs:NG

679   GlobalVariable *NG =
686 copyGVAttributes(NG, DstGV);
689 AVI.NewGV = NG;
696 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
698 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));