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