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

References

include/llvm/MC/MCContext.h
  248         if (SectionName != Other.SectionName)
  248         if (SectionName != Other.SectionName)
  249           return SectionName < Other.SectionName;
  249           return SectionName < Other.SectionName;
lib/MC/MCContext.cpp
  521   StringRef CachedName = Entry.first.SectionName;