reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
 1832   RemoveSections.reserve(std::distance(Iter, std::end(Sections)));
 1836     RemoveSections.insert(RemoveSec.get());
 1846             [&RemoveSections](const SectionBase *Sec) {
 1847               return RemoveSections.find(Sec) != RemoveSections.end();
 1847               return RemoveSections.find(Sec) != RemoveSections.end();