Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1665 auto nonRelative = relocs.begin() + numRelativeRelocs; in computeRels() local
1666 parallelSort(relocs.begin(), nonRelative, in computeRels()
1669 llvm::sort(nonRelative, relocs.end(), [&](auto &a, auto &b) { in computeRels()