Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4127 SmallVector<InputSection *, 0> selectedSections; in finalizeContents() local
4128 selectedSections.reserve(executableSections.size()); in finalizeContents()
4129 selectedSections.push_back(executableSections[0]); in finalizeContents()
4135 selectedSections.push_back(executableSections[i]); in finalizeContents()
4139 executableSections = std::move(selectedSections); in finalizeContents()