Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DMarkLive.cpp291 for (InputSectionBase *isec : sec.dependentSections) in mark()
381 for (InputSection *isec : sec->dependentSections) in markLive()
DInputSection.h188 llvm::TinyPtrVector<InputSection *> dependentSections; variable
DICF.cpp545 for (InputSection *isec : sections[i]->dependentSections) in run()
DLinkerScript.cpp513 for (InputSection *ds : s->dependentSections) in discard()
770 for (InputSectionBase *depSec : s->dependentSections) in addOrphanSections()
DInputFiles.cpp687 linkSec->dependentSections.push_back(isec); in initializeSections()
995 target->dependentSections.push_back(relocSec); in createInputSection()
DSyntheticSections.cpp446 for (auto *ds : sec->dependentSections) in addSection()
447 dependentSections.push_back(ds); in addSection()
3318 for (InputSection *d : isec->dependentSections) in findExidxSection()
DInputSection.cpp1276 for (InputSection *isec : dependentSections) in replace()