Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp466 auto cmpByVa = [](const coff_relocation &l, const coff_relocation &r) { in sortRelocations() local
469 if (llvm::is_sorted(getRelocs(), cmpByVa)) in sortRelocations()
475 llvm::sort(newRelocs, cmpByVa); in sortRelocations()