Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp88 static int sectionOrder(OutputSection *osec) { in sectionOrder() function
155 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1317 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local
1323 return sectionOrder; in buildSectionOrder()
1350 int &priority = sectionOrder[cast<InputSectionBase>(sec)]; in buildSectionOrder()
1370 return sectionOrder; in buildSectionOrder()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1065 auto sectionOrder = [&](const OutputSection *s) { in createSections() local
1086 return sectionOrder(s) < sectionOrder(t); in createSections()