Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.cpp407 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
409 if (auto *d = first->getLinkOrderDep()) in finalize()
DInputSection.h193 InputSection *getLinkOrderDep() const;
DLinkerScript.cpp731 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
733 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
DWriter.cpp1631 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1632 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1670 InputSection *link = isec->getLinkOrderDep(); in resolveShfLinkOrder()
DSyntheticSections.h1046 InputSection *getLinkOrderDep() const;
DInputSection.cpp278 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep() function in InputSectionBase
DSyntheticSections.cpp3331 if (InputSection *dep = isec->getLinkOrderDep()) in addSection()
3479 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep() function in ARMExidxSyntheticSection