Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp82 static int sectionOrder(OutputSection *osec) { in sectionOrder() function
146 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1333 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local
1339 return sectionOrder; in buildSectionOrder()
1366 int &priority = sectionOrder[cast<InputSectionBase>(sec->repl)]; in buildSectionOrder()
1390 return sectionOrder; in buildSectionOrder()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp931 auto sectionOrder = [&](const OutputSection *s) { in createSections() local
946 return sectionOrder(s) < sectionOrder(t); in createSections()