Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DARMErrataFix.cpp388 auto mergeCmp = [](const InputSection *a, const InputSection *b) { in insertPatches() local
394 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches()
DAArch64ErrataFix.cpp518 auto mergeCmp = [](const InputSection *a, const InputSection *b) { in insertPatches() local
524 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches()
DRelocations.cpp1557 static bool mergeCmp(const InputSection *a, const InputSection *b) { in mergeCmp() function
1715 mergeCmp); in mergeThunks()