Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp578 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
580 if (auto *d = first->getLinkOrderDep()) in finalize()
H A DInputSection.h189 InputSection *getLinkOrderDep() const;
H A DLinkerScript.cpp808 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
810 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
H A DWriter.cpp1555 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1556 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1594 InputSection *link = isec->getLinkOrderDep(); in resolveShfLinkOrder()
H A DSyntheticSections.h1093 InputSection *getLinkOrderDep() const;
H A DInputSection.cpp237 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep() function in InputSectionBase
H A DSyntheticSections.cpp3369 if (InputSection *dep = isec->getLinkOrderDep()) in addSection()
3517 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep() function in ARMExidxSyntheticSection