Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h249 InputSection *getLinkOrderDep() const;
H A DOutputSections.cpp746 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
748 if (auto *d = first->getLinkOrderDep()) in finalize()
H A DLinkerScript.cpp986 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
988 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
H A DWriter.cpp1402 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1403 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1443 InputSection *link = isec->getLinkOrderDep(); in resolveShfLinkOrder()
H A DSyntheticSections.h1259 InputSection *getLinkOrderDep() const;
H A DInputSection.cpp284 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep() function in InputSectionBase
H A DSyntheticSections.cpp4096 if (InputSection *dep = isec->getLinkOrderDep()) in addSection()
4249 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep() function in ARMExidxSyntheticSection