reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
499 for (InputSection *isec : sections[i]->dependentSections)
tools/lld/ELF/InputFiles.cpp606 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.cpp458 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.cpp444 for (auto *ds : sec->dependentSections) 445 dependentSections.push_back(ds); 3154 for (InputSection *d : isec->dependentSections)