Searched refs:SortedSections (Results 1 – 1 of 1) sorted by relevance
305 std::vector<Section *> SortedSections; in dump() local307 SortedSections.push_back(&Sec); in dump()308 llvm::sort(SortedSections, [](const Section *LHS, const Section *RHS) { in dump()312 for (auto *Sec : SortedSections) { in dump()