Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp407 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
409 if (auto *d = first->getLinkOrderDep()) in finalize()
H A DInputSection.h193 InputSection *getLinkOrderDep() const;
H A DLinkerScript.cpp760 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
762 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
H A DWriter.cpp1648 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1649 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1687 InputSection *link = isec->getLinkOrderDep(); in resolveShfLinkOrder()
H A DSyntheticSections.h1090 InputSection *getLinkOrderDep() const;
H A DInputSection.cpp271 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep() function in InputSectionBase
H A DSyntheticSections.cpp3403 if (InputSection *dep = isec->getLinkOrderDep()) in addSection()
3551 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep() function in ARMExidxSyntheticSection