reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  209   if (!GVar) {
  217   if (GVar->hasSection()) {
  218     bool IsSmall = isSmallDataSection(GVar->getSection());
  220                       << ", has section: " << GVar->getSection() << '\n');
  230   if (GVar->isConstant()) {
  235   bool IsLocal = GVar->hasLocalLinkage();
  241   Type *GType = GVar->getValueType();
  258   unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType);