Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp723 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
725 if (auto *d = first->getLinkOrderDep()) in finalize()
H A DInputSection.h229 InputSection *getLinkOrderDep() const;
H A DLinkerScript.cpp861 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
863 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
H A DWriter.cpp1351 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1352 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1392 InputSection *link = isec->getLinkOrderDep(); in resolveShfLinkOrder()
H A DSyntheticSections.h1243 InputSection *getLinkOrderDep() const;
H A DInputSection.cpp274 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep() function in InputSectionBase
H A DSyntheticSections.cpp4006 if (InputSection *dep = isec->getLinkOrderDep()) in addSection()
4157 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep() function in ARMExidxSyntheticSection