Home
last modified time | relevance | path

Searched refs:OutOfSegmentSections (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2274 std::vector<SectionBase *> OutOfSegmentSections; in layoutSections() local
2283 OutOfSegmentSections.push_back(&Sec); in layoutSections()
2286 llvm::stable_sort(OutOfSegmentSections, in layoutSections()
2290 for (auto *Sec : OutOfSegmentSections) { in layoutSections()