Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h150 getInputSections(const OutputSection &os,
H A DOutputSections.cpp518 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
836 elf::getInputSections(const OutputSection &os, in getInputSections() function in elf
878 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()
H A DWriter.cpp1614 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps()
1634 for (InputSection *is : getInputSections(*osec, storage)) in optimizeBasicBlockJumps()
2077 for (InputSection *isec : getInputSections(*osec, storage)) in checkExecuteOnly()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp686 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors()
725 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors()
928 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce()
941 for (InputSection *sec : getInputSections(*osec, storage)) { in finalizeRelax()
H A DLoongArch.cpp834 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce()
846 for (InputSection *sec : getInputSections(*osec, storage)) { in finalizeRelax()
H A DX86_64.cpp328 for (InputSection *sec : getInputSections(*osec, storage)) { in relaxOnce()