Lines Matching refs:executableSections
3402 executableSections.push_back(isec); in addSection()
3490 llvm::erase_if(executableSections, isDiscardedOrOutOfRange); in finalizeContents()
3504 llvm::stable_sort(executableSections, compareByFilePosition); in finalizeContents()
3505 sentinel = executableSections.back(); in finalizeContents()
3509 selectedSections.reserve(executableSections.size()); in finalizeContents()
3510 selectedSections.push_back(executableSections[0]); in finalizeContents()
3512 for (size_t i = 1; i < executableSections.size(); ++i) { in finalizeContents()
3513 InputSection *ex1 = findExidxSection(executableSections[prev]); in finalizeContents()
3514 InputSection *ex2 = findExidxSection(executableSections[i]); in finalizeContents()
3516 selectedSections.push_back(executableSections[i]); in finalizeContents()
3520 executableSections = std::move(selectedSections); in finalizeContents()
3525 for (InputSection *isec : executableSections) { in finalizeContents()
3539 return executableSections.front(); in getLinkOrderDep()
3557 for (InputSection *isec : executableSections) { in writeTo()