reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3176 executableSections.push_back(isec); 3252 llvm::erase_if(executableSections, isDiscarded); 3267 llvm::stable_sort(executableSections, compareByFilePosition); 3268 sentinel = executableSections.back(); 3272 selectedSections.reserve(executableSections.size()); 3273 selectedSections.push_back(executableSections[0]); 3275 for (size_t i = 1; i < executableSections.size(); ++i) { 3276 InputSection *ex1 = findExidxSection(executableSections[prev]); 3277 InputSection *ex2 = findExidxSection(executableSections[i]); 3279 selectedSections.push_back(executableSections[i]); 3283 executableSections = std::move(selectedSections); 3288 for (InputSection *isec : executableSections) { 3302 return executableSections.front(); 3320 for (InputSection *isec : executableSections) {