Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp239 std::vector<InputSection *> Sections = getInputSections(this); in writeTo()
290 std::vector<InputSection *> V = getInputSections(this); in finalize()
392 std::vector<InputSection *> elf::getInputSections(OutputSection *OS) { in getInputSections() function in elf
H A DOutputSections.h126 std::vector<InputSection *> getInputSections(OutputSection* OS);
H A DWriter.cpp1297 for (InputSection *Sec : getInputSections(OS)) in sortSections()
1833 for (InputSection *IS : getInputSections(OS)) in checkExecuteOnly()
H A DLinkerScript.cpp890 bool IsEmpty = getInputSections(Sec).empty(); in adjustSectionsBeforeSorting()
H A DSyntheticSections.cpp3063 for (InputSection *IS : getInputSections(getParent())) in empty()