Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1692 auto nonRelative = relocs.begin() + numRelativeRelocs; in computeRels() local
1693 parallelSort(relocs.begin(), nonRelative, in computeRels()
1696 llvm::sort(nonRelative, relocs.end(), [&](auto &a, auto &b) { in computeRels()