Home
last modified time | relevance | path

Searched refs:mergeSections (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DOutputSections.cpp168 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections() local
186 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
200 if (i == mergeSections.end()) { in finalizeInputSections()
203 mergeSections.push_back(syn); in finalizeInputSections()
204 i = std::prev(mergeSections.end()); in finalizeInputSections()
219 for (auto *ms : mergeSections) in finalizeInputSections()
/external/llvm-project/lld/COFF/
DWriter.cpp214 void mergeSections();
617 mergeSections(); in run()
1236 void Writer::mergeSections() { in mergeSections() function in Writer