Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2316 std::vector<SectionBase *> OutOfSegmentSections; in layoutSections() local
2325 OutOfSegmentSections.push_back(&Sec); in layoutSections()
2328 llvm::stable_sort(OutOfSegmentSections, in layoutSections()
2332 for (auto *Sec : OutOfSegmentSections) { in layoutSections()