Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1215 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); } in removedSections() function
H A DELFObject.cpp2144 for (auto &Sec : Obj.removedSections()) { in writeSegmentData()