Lines Matching refs:executableSections
3381 executableSections.push_back(isec); in addSection()
3469 llvm::erase_if(executableSections, isDiscardedOrOutOfRange); in finalizeContents()
3483 llvm::stable_sort(executableSections, compareByFilePosition); in finalizeContents()
3484 sentinel = executableSections.back(); in finalizeContents()
3488 selectedSections.reserve(executableSections.size()); in finalizeContents()
3489 selectedSections.push_back(executableSections[0]); in finalizeContents()
3491 for (size_t i = 1; i < executableSections.size(); ++i) { in finalizeContents()
3492 InputSection *ex1 = findExidxSection(executableSections[prev]); in finalizeContents()
3493 InputSection *ex2 = findExidxSection(executableSections[i]); in finalizeContents()
3495 selectedSections.push_back(executableSections[i]); in finalizeContents()
3499 executableSections = std::move(selectedSections); in finalizeContents()
3504 for (InputSection *isec : executableSections) { in finalizeContents()
3518 return executableSections.front(); in getLinkOrderDep()
3536 for (InputSection *isec : executableSections) { in writeTo()