Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:hasCommonLinkage

217       } else if (GV->isDeclaration() || GV->hasCommonLinkage() ||
439 IsCommon = GVar && RealGValue->hasCommonLinkage();
483 if (!GVar || !GVar->hasInitializer() || RealGValue->hasCommonLinkage() ||