Home | History | Annotate | Download | only in Linker

Lines Matching refs:NG

683   GlobalVariable *NG =
690 copyGVAttributes(NG, DstGV);
693 AVI.NewGV = NG;
700 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
702 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));