Searched refs:getInputSections (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.h | 150 getInputSections(const OutputSection &os,
|
H A D | OutputSections.cpp | 518 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 D | Writer.cpp | 1614 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 D | RISCV.cpp | 686 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 D | LoongArch.cpp | 834 for (InputSection *sec : getInputSections(*osec, storage)) in relaxOnce() 846 for (InputSection *sec : getInputSections(*osec, storage)) { in finalizeRelax()
|
H A D | X86_64.cpp | 328 for (InputSection *sec : getInputSections(*osec, storage)) { in relaxOnce()
|