Searched refs:GValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp427 const GlobalValue *GValue = MO.getGlobal(); local
428 MCSymbol *MOSymbol = getSymbol(GValue);
674 const GlobalValue *GValue = MO.getGlobal(); local
675 MOSymbol = getSymbol(GValue);
676 if (GValue->getType()->getElementType()->isFunctionTy() ||
677 GValue->isDeclaration() || GValue->hasCommonLinkage() ||
678 GValue->hasAvailableExternallyLinkage() ||
729 const GlobalValue *GValue = MO.getGlobal(); local
730 MCSymbol *MOSymbol = getSymbol(GValue);
748 const GlobalValue *GValue = MO.getGlobal(); local
808 const GlobalValue *GValue = MO.getGlobal(); local
826 const GlobalValue *GValue = MO.getGlobal(); local
853 const GlobalValue *GValue = MO.getGlobal(); local
871 const GlobalValue *GValue = MO.getGlobal(); local
900 const GlobalValue *GValue = MO.getGlobal(); local
920 const GlobalValue *GValue = MO.getGlobal(); local
[all...]
H A DPPCISelDAGToDAG.cpp2884 const GlobalValue *GValue = G->getGlobal(); local
2885 if ((GValue->getType()->getElementType()->isFunctionTy() &&
2886 (GValue->isDeclaration() || GValue->isWeakForLinker())) ||
2887 GValue->isDeclaration() || GValue->hasCommonLinkage() ||
2888 GValue->hasAvailableExternallyLinkage())

Completed in 79 milliseconds