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)
  227         if (SectionName != Other.SectionName)
  228           return SectionName < Other.SectionName;
  228           return SectionName < Other.SectionName;
lib/MC/MCContext.cpp
  458   StringRef CachedName = Iter->first.SectionName;