Searched refs:nonRelative (Results 1 – 1 of 1) sorted by relevance
1665 auto nonRelative = relocs.begin() + numRelativeRelocs; in computeRels() local1666 parallelSort(relocs.begin(), nonRelative, in computeRels()1669 llvm::sort(nonRelative, relocs.end(), [&](auto &a, auto &b) { in computeRels()