Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h124 std::vector<InputSection *> getInputSections(const OutputSection *os);
H A DOutputSections.cpp342 std::vector<InputSection *> sections = getInputSections(this); in writeTo()
515 std::vector<InputSection *> elf::getInputSections(const OutputSection *os) { in getInputSections() function in elf
545 std::vector<InputSection *> sections = getInputSections(this); in checkDynRelAddends()
H A DWriter.cpp1549 for (InputSection *sec : getInputSections(os)) in sortSections()
1850 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()
1872 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()
2254 for (InputSection *isec : getInputSections(os)) in checkExecuteOnly()