Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp491 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
493 if (auto *d = first->getLinkOrderDep()) in finalize()
H A DInputSection.h182 InputSection *getLinkOrderDep() const;
H A DLinkerScript.cpp807 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
809 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
H A DWriter.cpp1563 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1564 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1602 InputSection *link = isec->getLinkOrderDep(); in resolveShfLinkOrder()
H A DSyntheticSections.h1081 InputSection *getLinkOrderDep() const;
H A DInputSection.cpp225 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep() function in InputSectionBase
H A DSyntheticSections.cpp3390 if (InputSection *dep = isec->getLinkOrderDep()) in addSection()
3538 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep() function in ARMExidxSyntheticSection