Searched refs:OutOfSegmentSections (Results 1 – 1 of 1) sorted by relevance
2274 std::vector<SectionBase *> OutOfSegmentSections; in layoutSections() local2283 OutOfSegmentSections.push_back(&Sec); in layoutSections()2286 llvm::stable_sort(OutOfSegmentSections, in layoutSections()2290 for (auto *Sec : OutOfSegmentSections) { in layoutSections()