Searched refs:dependentSections (Results 1 – 7 of 7) sorted by relevance
279 for (InputSection *isec : sec->dependentSections) in run()312 for (InputSectionBase *isec : sec.dependentSections) in mark()
184 llvm::TinyPtrVector<InputSection *> dependentSections; variable
549 for (InputSection *isec : sections[i]->dependentSections) in run()
569 for (InputSection *sec : s.dependentSections) in discard()868 for (InputSectionBase *depSec : isec->dependentSections) in addOrphanSections()
832 s->dependentSections.push_back(isec); in initializeSections()852 linkSec->dependentSections.push_back(isec); in initializeSections()
3331 llvm::append_range(eh.dependentSections, sec->dependentSections); in combineEhSections()3356 for (InputSection *d : isec->dependentSections) in findExidxSection()
1135 for (InputSection *isec : dependentSections) in replace()