Searched refs:sectionOrder (Results 1 – 3 of 3) sorted by relevance
94 static int sectionOrder(OutputSection *osec) { in sectionOrder() function184 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
1092 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local1096 sectionOrder = runBalancedPartitioning( in buildSectionOrder()1103 sectionOrder = computeCallGraphProfileOrder(ctx); in buildSectionOrder()1107 return sectionOrder; in buildSectionOrder()1118 int priority = -sectionOrder.size() - ctx.arg.symbolOrderingFile.size(); in buildSectionOrder()1134 int &priority = sectionOrder[cast<InputSectionBase>(sec)]; in buildSectionOrder()1155 return sectionOrder; in buildSectionOrder()
1172 auto sectionOrder = [&](const OutputSection *s) { in createSections() local1193 return sectionOrder(s) < sectionOrder(t); in createSections()