Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp793 static bool compareSections(Ctx &ctx, const SectionCommand *aCmd, in compareSections() function
1308 [&ctx = ctx](auto *l, auto *r) { return compareSections(ctx, l, r); }); in sortSections()
1372 return compareSections(ctx, l, r); in sortOrphanSections()