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()
1253 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local1259 return sectionOrder; in buildSectionOrder()1286 int &priority = sectionOrder[cast<InputSectionBase>(sec)]; in buildSectionOrder()1306 return sectionOrder; in buildSectionOrder()
981 auto sectionOrder = [&](const OutputSection *s) { in createSections() local1002 return sectionOrder(s) < sectionOrder(t); in createSections()