Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:getGlobal

1391   const GlobalValue *GV = GA->getGlobal();
1479 const GlobalValue *GV = GSDN->getGlobal();
2939 return G->getGlobal()->hasHiddenVisibility()
2940 || G->getGlobal()->hasProtectedVisibility();
3182 (G->getGlobal()->isDeclaration() ||
3183 G->getGlobal()->isWeakForLinker())) {
3193 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl,
3329 return !G->getGlobal()->isDeclaration() &&
3330 !G->getGlobal()->isWeakForLinker();