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

References

tools/lld/ELF/ICF.cpp
  499       for (InputSection *isec : sections[i]->dependentSections)
tools/lld/ELF/InputFiles.cpp
  606     linkSec->dependentSections.push_back(isec);
  861       target->dependentSections.push_back(relocSec);
  889       target->dependentSections.push_back(relocSec);
tools/lld/ELF/InputSection.cpp
 1149     for (InputSection *isec : dependentSections)
tools/lld/ELF/LinkerScript.cpp
  458   for (InputSection *ds : s->dependentSections)
  697       for (InputSectionBase *depSec : s->dependentSections)
tools/lld/ELF/MarkLive.cpp
  284     for (InputSectionBase *isec : sec.dependentSections)
tools/lld/ELF/SyntheticSections.cpp
  444   for (auto *ds : sec->dependentSections)
  445     dependentSections.push_back(ds);
 3154   for (InputSection *d : isec->dependentSections)