Home | History | Annotate | Download | only in ARM

Lines Matching refs:GV

167 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect symbol.
169 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
176 bool isDecl = GV->hasAvailableExternallyLinkage();
177 if (GV->isDeclaration() && !GV->isMaterializable())
182 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility())
189 if (!isDecl && !GV->isWeakForLinker())
194 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.
199 if (isDecl || GV->hasCommonLinkage())
207 if (!isDecl && !GV->isWeakForLinker())
212 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.