Home | History | Annotate | Download | only in Linker

Lines Matching refs:GV

310   //   @GV = global %T* null
320 // @GV = global %B* null
447 static void forceRenaming(GlobalValue *GV, StringRef Name) {
450 if (GV->hasLocalLinkage() || GV->getName() == Name)
453 Module *M = GV->getParent();
457 GV->takeName(ConflictGV);
461 GV->setName(Name); // Force the name back
907 // Only process initialized GV's or ones not already in dest.