Lines Matching defs:GVar
207 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO);
208 if (!GVar) {
216 if (GVar->hasSection()) {
217 bool IsSmall = isSmallDataSection(GVar->getSection());
219 << ", has section: " << GVar->getSection() << '\n');
229 if (GVar->isConstant()) {
234 bool IsLocal = GVar->hasLocalLinkage();
240 Type *GType = GVar->getValueType();
257 unsigned Size = GVar->getDataLayout().getTypeAllocSize(GType);
398 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO);
399 if (GVar->hasSection() && isSmallDataSection(GVar->getSection()))