Home | History | Annotate | Download | only in Linker

Lines Matching defs:NG

718   GlobalVariable *NG =
725 copyGVAttributes(NG, DstGV);
728 AVI.NewGV = NG;
735 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
737 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));