Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h172 getInputSections(const OutputSection &os,
H A DOutputSections.cpp535 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
859 elf::getInputSections(const OutputSection &os, in getInputSections() function in elf
901 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()
H A DWriter.cpp1717 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps()
1737 for (InputSection *is : getInputSections(*osec, storage)) in optimizeBasicBlockJumps()
2196 for (InputSection *isec : getInputSections(*osec, storage)) in checkExecuteOnly()
2224 for (InputSection *sec : getInputSections(*osec, storage)) { in checkExecuteOnlyReport()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp684 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors()
723 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors()
956 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce()
969 for (InputSection *sec : getInputSections(*osec, storage)) { in finalizeRelax()
H A DSystemZ.cpp442 for (InputSection *sec : getInputSections(*osec, storage)) { in relaxOnce()
H A DLoongArch.cpp1410 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce()
1422 for (InputSection *sec : getInputSections(*osec, storage)) { in finalizeRelax()
H A DX86_64.cpp339 for (InputSection *sec : getInputSections(*osec, storage)) { in relaxOnce()