reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Writer.cpp
  971   if (a->sortRank != b->sortRank)
  971   if (a->sortRank != b->sortRank)
  972     return a->sortRank < b->sortRank;
  972     return a->sortRank < b->sortRank;
  974   if (!(a->sortRank & RF_NOT_ADDR_SET))
 1121   return countLeadingZeros(a->sortRank ^ b->sortRank);
 1121   return countLeadingZeros(a->sortRank ^ b->sortRank);
 1171         sec->sortRank < curSec->sortRank)
 1171         sec->sortRank < curSec->sortRank)
 1397     os->sortRank = getSectionRank(os);
 1484     unsigned rank = orphan->sortRank;
 1486       return cast<OutputSection>(cmd)->sortRank != rank;