Lines Matching refs:executableSections
3415 executableSections.push_back(isec); in addSection()
3503 llvm::erase_if(executableSections, isDiscardedOrOutOfRange); in finalizeContents()
3517 llvm::stable_sort(executableSections, compareByFilePosition); in finalizeContents()
3518 sentinel = executableSections.back(); in finalizeContents()
3522 selectedSections.reserve(executableSections.size()); in finalizeContents()
3523 selectedSections.push_back(executableSections[0]); in finalizeContents()
3525 for (size_t i = 1; i < executableSections.size(); ++i) { in finalizeContents()
3526 InputSection *ex1 = findExidxSection(executableSections[prev]); in finalizeContents()
3527 InputSection *ex2 = findExidxSection(executableSections[i]); in finalizeContents()
3529 selectedSections.push_back(executableSections[i]); in finalizeContents()
3533 executableSections = std::move(selectedSections); in finalizeContents()
3538 for (InputSection *isec : executableSections) { in finalizeContents()
3552 return executableSections.front(); in getLinkOrderDep()
3570 for (InputSection *isec : executableSections) { in writeTo()