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

References

lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  167   TRACE("[getExplicitSectionGlobal] GO(" << GO->getName() << ") from("
  168         << GO->getSection() << ") ");
  169   TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "")
  170          << (GO->hasLocalLinkage() ? "local_linkage " : "")
  171          << (GO->hasInternalLinkage() ? "internal " : "")
  172          << (GO->hasExternalLinkage() ? "external " : "")
  173          << (GO->hasCommonLinkage() ? "common_linkage " : "")
  174          << (GO->hasCommonLinkage() ? "common " : "" )
  179   if (GO->hasSection()) {
  180     StringRef Section = GO->getSection();
  182       return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS,
  185       return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS,
  189   if (isGlobalInSmallSection(GO, TM))
  190     return selectSmallSectionForGlobal(GO, Kind, TM);
  194   return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, Kind, TM);