Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp670 auto SortPred = [](const Elf_Phdr_Impl<ELFT> *A, in toMappedAddr() local
674 if (!llvm::is_sorted(LoadSegments, SortPred)) { in toMappedAddr()
678 llvm::stable_sort(LoadSegments, SortPred); in toMappedAddr()