Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h138 getInputSections(const OutputSection &os,
H A DOutputSections.cpp423 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
597 elf::getInputSections(const OutputSection &os, in getInputSections() function in elf
639 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()
H A DWriter.cpp1777 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps()
1797 for (InputSection *is : getInputSections(*osec, storage)) in optimizeBasicBlockJumps()
2193 for (InputSection *isec : getInputSections(*osec, storage)) in checkExecuteOnly()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp509 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors()
540 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors()
709 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce()
722 for (InputSection *sec : getInputSections(*osec, storage)) { in riscvFinalizeRelax()