Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2137 for (auto &RemoveSec : make_range(Iter, std::end(Sections))) { in removeSections() local
2139 Segment->removeSection(RemoveSec.get()); in removeSections()
2140 RemoveSec->onRemove(); in removeSections()
2141 RemoveSections.insert(RemoveSec.get()); in removeSections()