Home
last modified time | relevance | path

Searched refs:SortRank (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp891 if (A->SortRank != B->SortRank) in compareSections()
892 return A->SortRank < B->SortRank; in compareSections()
894 if (!(A->SortRank & RF_NOT_ADDR_SET)) in compareSections()
1034 return countLeadingZeros(A->SortRank ^ B->SortRank); in getRankProximityAux()
1086 Sec->SortRank < CurSec->SortRank) in findOrphanPos()
1291 OS->SortRank = getSectionRank(OS); in sortSections()
1378 unsigned Rank = Orphan->SortRank; in sortSections()
1380 return cast<OutputSection>(Cmd)->SortRank != Rank; in sortSections()
H A DOutputSections.h56 unsigned SortRank; variable