Home
last modified time | relevance | path

Searched refs:dependentSections (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DMarkLive.cpp279 for (InputSection *isec : sec->dependentSections) in run()
312 for (InputSectionBase *isec : sec.dependentSections) in mark()
H A DInputSection.h184 llvm::TinyPtrVector<InputSection *> dependentSections; variable
H A DICF.cpp549 for (InputSection *isec : sections[i]->dependentSections) in run()
H A DLinkerScript.cpp569 for (InputSection *sec : s.dependentSections) in discard()
868 for (InputSectionBase *depSec : isec->dependentSections) in addOrphanSections()
H A DInputFiles.cpp832 s->dependentSections.push_back(isec); in initializeSections()
852 linkSec->dependentSections.push_back(isec); in initializeSections()
H A DSyntheticSections.cpp3331 llvm::append_range(eh.dependentSections, sec->dependentSections); in combineEhSections()
3356 for (InputSection *d : isec->dependentSections) in findExidxSection()
H A DInputSection.cpp1135 for (InputSection *isec : dependentSections) in replace()