Searched refs:getInputSections (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.h | 172 getInputSections(const OutputSection &os,
|
| H A D | OutputSections.cpp | 535 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 D | Writer.cpp | 1717 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 D | RISCV.cpp | 684 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 D | SystemZ.cpp | 442 for (InputSection *sec : getInputSections(*osec, storage)) { in relaxOnce()
|
| H A D | LoongArch.cpp | 1410 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce() 1422 for (InputSection *sec : getInputSections(*osec, storage)) { in finalizeRelax()
|
| H A D | X86_64.cpp | 339 for (InputSection *sec : getInputSections(*osec, storage)) { in relaxOnce()
|