Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1342 for (auto &RemoveSec : make_range(Iter, std::end(Sections))) { in removeSections() local
1344 Segment->removeSection(RemoveSec.get()); in removeSections()
1346 KeepSec->removeSectionReferences(RemoveSec.get()); in removeSections()