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

References

tools/lld/ELF/OutputSections.cpp
  435   assert(x.startswith(".ctors") || x.startswith(".dtors"));
  435   assert(x.startswith(".ctors") || x.startswith(".dtors"));
  437   x = x.substr(6);
  437   x = x.substr(6);
  439   return x < y;