Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DOutputSegment.cpp88 static int sectionOrder(OutputSection *osec) { in sectionOrder() function
155 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
/openbsd-src/gnu/llvm/lld/ELF/
H A DWriter.cpp1253 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local
1259 return sectionOrder; in buildSectionOrder()
1286 int &priority = sectionOrder[cast<InputSectionBase>(sec)]; in buildSectionOrder()
1306 return sectionOrder; in buildSectionOrder()
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp981 auto sectionOrder = [&](const OutputSection *s) { in createSections() local
1002 return sectionOrder(s) < sectionOrder(t); in createSections()