Searched refs:selectedSections (Results 1 – 1 of 1) sorted by relevance
3508 SmallVector<InputSection *, 0> selectedSections; in finalizeContents() local3509 selectedSections.reserve(executableSections.size()); in finalizeContents()3510 selectedSections.push_back(executableSections[0]); in finalizeContents()3516 selectedSections.push_back(executableSections[i]); in finalizeContents()3520 executableSections = std::move(selectedSections); in finalizeContents()