Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.h122 std::vector<InputSection *> getInputSections(const OutputSection *os);
DOutputSections.cpp342 std::vector<InputSection *> sections = getInputSections(this); in writeTo()
511 std::vector<InputSection *> elf::getInputSections(const OutputSection *os) { in getInputSections() function in elf
DWriter.cpp1532 for (InputSection *sec : getInputSections(os)) in sortSections()
1833 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()
1855 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()
2219 for (InputSection *isec : getInputSections(os)) in checkExecuteOnly()