Home | History | Annotate | Download | only in ARM

Lines Matching refs:GV

130 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect symbol.
132 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
139 bool isDecl = GV->hasAvailableExternallyLinkage();
140 if (GV->isDeclaration() && !GV->isMaterializable())
145 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility())
152 if (!isDecl && !GV->isWeakForLinker())
157 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.
162 if (isDecl || GV->hasCommonLinkage())
170 if (!isDecl && !GV->isWeakForLinker())
175 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.