Searched refs:executableSections (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1111 SmallVector<InputSection *, 0> executableSections; variable