Home | History | Annotate | Download | only in ARM

Lines Matching refs:GV

129 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect symbol.
131 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
138 bool isDecl = GV->hasAvailableExternallyLinkage();
139 if (GV->isDeclaration() && !GV->isMaterializable())
144 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility())
151 if (!isDecl && !GV->isWeakForLinker())
156 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.
161 if (isDecl || GV->hasCommonLinkage())
169 if (!isDecl && !GV->isWeakForLinker())
174 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.