Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDWriter.h49 unsigned getSectionRank(OutputSection &osec);
HDWriter.cpp647 unsigned elf::getSectionRank(OutputSection &osec) { in getSectionRank() function in elf
1252 osd->osec.sortRank = getSectionRank(osd->osec); in sortSections()
HDLinkerScript.cpp1251 sec->sortRank = getSectionRank(*sec); in adjustOutputSections()