Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2174 std::unordered_set<const SectionBase *> RemoveSections; in removeSections() local
2175 RemoveSections.reserve(std::distance(Iter, std::end(Sections))); in removeSections()
2180 RemoveSections.insert(RemoveSec.get()); in removeSections()
2190 AllowBrokenLinks, [&RemoveSections](const SectionBase *Sec) { in removeSections()
2191 return RemoveSections.find(Sec) != RemoveSections.end(); in removeSections()