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

Declarations

lib/Target/Mips/MipsTargetObjectFile.h
   21     bool IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,

References

lib/Target/Mips/MipsTargetObjectFile.cpp
   78   return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));
  156   if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind))
  158   if (Kind.isData() && IsGlobalInSmallSection(GO, TM, Kind))
  160   if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind))