Home | History | Annotate | Download | only in Target

Lines Matching refs:GV

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