reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;