Searched refs:MergeSections (Results 1 – 1 of 1) sorted by relevance
2992 std::vector<MergeSyntheticSection *> MergeSections; in mergeSections() local3008 auto I = llvm::find_if(MergeSections, [=](MergeSyntheticSection *Sec) { in mergeSections()3020 if (I == MergeSections.end()) { in mergeSections()3023 MergeSections.push_back(Syn); in mergeSections()3024 I = std::prev(MergeSections.end()); in mergeSections()3032 for (auto *MS : MergeSections) in mergeSections()