Lines Matching refs:GV
50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS() argument
51 const Constant *C = GV->getInitializer(); in isSuitableForBSS()
58 if (GV->isConstant()) in isSuitableForBSS()
62 if (!GV->getSection().empty()) in isSuitableForBSS()
101 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang, in getCFIPersonalitySymbol() argument
103 return Mang->getSymbol(GV); in getCFIPersonalitySymbol()
117 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() argument
119 assert(!GV->isDeclaration() && !GV->hasAvailableExternallyLinkage() && in getKindForGlobal()
125 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV); in getKindForGlobal()
245 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, in SectionForGlobal() argument
248 if (GV->hasSection()) in SectionForGlobal()
249 return getExplicitSectionGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
253 return SelectSectionForGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
259 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal() argument
292 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang, in getExprForDwarfGlobalReference() argument
295 const MCSymbol *Sym = Mang->getSymbol(GV); in getExprForDwarfGlobalReference()