Searched refs:getInputSections (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | OutputSections.h | 138 getInputSections(const OutputSection &os,
|
| H A D | OutputSections.cpp | 423 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 D | Writer.cpp | 1777 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 D | RISCV.cpp | 509 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()
|