Home
last modified time | relevance | path

Searched defs:mergeCmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp398 auto mergeCmp = [](const InputSection *a, const InputSection *b) { in insertPatches() local
H A DAArch64ErrataFix.cpp517 auto mergeCmp = [](const InputSection *a, const InputSection *b) { in insertPatches() local
H A DRelocations.cpp1876 static bool mergeCmp(const InputSection *a, const InputSection *b) { in mergeCmp() function