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

References

tools/lld/ELF/SyntheticSections.cpp
  442   sections.push_back(sec);
  467     for (EhInputSection *sec : sections)
  471     for (EhInputSection *sec : sections)
  475     for (EhInputSection *sec : sections)
  479     for (EhInputSection *sec : sections)
  592   for (EhInputSection *s : sections)
tools/lld/ELF/SyntheticSections.h
   72   bool isNeeded() const override { return !sections.empty(); }
tools/lld/ELF/Writer.cpp
 1024     for (EhInputSection *es : part.ehFrame->sections)