Lines Matching refs:executableSections
3343 executableSections.push_back(isec); in addSection()
3431 llvm::erase_if(executableSections, isDiscardedOrOutOfRange); in finalizeContents()
3445 llvm::stable_sort(executableSections, compareByFilePosition); in finalizeContents()
3446 sentinel = executableSections.back(); in finalizeContents()
3450 selectedSections.reserve(executableSections.size()); in finalizeContents()
3451 selectedSections.push_back(executableSections[0]); in finalizeContents()
3453 for (size_t i = 1; i < executableSections.size(); ++i) { in finalizeContents()
3454 InputSection *ex1 = findExidxSection(executableSections[prev]); in finalizeContents()
3455 InputSection *ex2 = findExidxSection(executableSections[i]); in finalizeContents()
3457 selectedSections.push_back(executableSections[i]); in finalizeContents()
3461 executableSections = std::move(selectedSections); in finalizeContents()
3466 for (InputSection *isec : executableSections) { in finalizeContents()
3480 return executableSections.front(); in getLinkOrderDep()
3498 for (InputSection *isec : executableSections) { in writeTo()