Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.h21 unsigned getSectionRank(Ctx &, OutputSection &osec);
H A DWriter.cpp667 unsigned elf::getSectionRank(Ctx &ctx, OutputSection &osec) { in getSectionRank() function in elf
1299 osd->osec.sortRank = getSectionRank(ctx, osd->osec); in sortSections()
H A DLinkerScript.cpp1386 sec->sortRank = getSectionRank(ctx, *sec); in adjustOutputSections()