Searched refs:sectionOrder (Results 1 – 3 of 3) sorted by relevance
88 static int sectionOrder(OutputSection *osec) { in sectionOrder() function155 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
1055 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local1061 return sectionOrder; in buildSectionOrder()1088 int &priority = sectionOrder[cast<InputSectionBase>(sec)]; in buildSectionOrder()1108 return sectionOrder; in buildSectionOrder()
1065 auto sectionOrder = [&](const OutputSection *s) { in createSections() local1086 return sectionOrder(s) < sectionOrder(t); in createSections()