Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1706 auto nonRelative = relocs.begin() + numRelativeRelocs; in computeRels() local
1707 parallelSort(relocs.begin(), nonRelative, in computeRels()
1710 llvm::sort(nonRelative, relocs.end(), [&](auto &a, auto &b) { in computeRels()