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

References

include/llvm/MC/MCContext.h
  207         if (SectionName != Other.SectionName)
  207         if (SectionName != Other.SectionName)
  208           return SectionName < Other.SectionName;
  208           return SectionName < Other.SectionName;
lib/MC/MCContext.cpp
  325   StringRef CachedName = I->first.SectionName;
  412   StringRef CachedName = Entry.first.SectionName;