Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:GA

658   GlobalAlias* GA = new GlobalAlias(Aliasee->getType(),
661 GA->setVisibility((GlobalValue::VisibilityTypes)Visibility);
675 if (Val->getType() != GA->getType())
681 Val->replaceAllUsesWith(GA);
687 M->getAliasList().push_back(GA);
688 assert(GA->getName() == Name && "Should not be a name conflict!");