Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2130 std::unordered_set<const SectionBase *> RemoveSections; in removeSections() local
2131 RemoveSections.reserve(std::distance(Iter, std::end(Sections))); in removeSections()
2136 RemoveSections.insert(RemoveSec.get()); in removeSections()
2146 AllowBrokenLinks, [&RemoveSections](const SectionBase *Sec) { in removeSections()
2147 return RemoveSections.find(Sec) != RemoveSections.end(); in removeSections()