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

References

include/llvm/MC/MCContext.h
  227         if (SectionName != Other.SectionName)
  228           return SectionName < Other.SectionName;
  229         if (GroupName != Other.GroupName)
  230           return GroupName < Other.GroupName;
  231         if (SelectionKey != Other.SelectionKey)
  232           return SelectionKey < Other.SelectionKey;
  233         return UniqueID < Other.UniqueID;