Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp3487 SmallVector<InputSection *, 0> selectedSections; in finalizeContents() local
3488 selectedSections.reserve(executableSections.size()); in finalizeContents()
3489 selectedSections.push_back(executableSections[0]); in finalizeContents()
3495 selectedSections.push_back(executableSections[i]); in finalizeContents()
3499 executableSections = std::move(selectedSections); in finalizeContents()