Searched refs:getInputSections (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | OutputSections.h | 142 getInputSections(const OutputSection &os,
|
| D | OutputSections.cpp | 482 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo() 684 elf::getInputSections(const OutputSection &os, in getInputSections() function in elf 726 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()
|
| D | Writer.cpp | 1769 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps() 1789 for (InputSection *is : getInputSections(*osec, storage)) in optimizeBasicBlockJumps() 2175 for (InputSection *isec : getInputSections(*osec, storage)) in checkExecuteOnly()
|
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | RISCV.cpp | 519 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors() 550 for (InputSection *sec : getInputSections(*osec, storage)) { in initSymbolAnchors() 717 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce() 730 for (InputSection *sec : getInputSections(*osec, storage)) { in riscvFinalizeRelax()
|