Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h64 class SectionFilterIterator {
66 SectionFilterIterator(FilterPredicate P, in SectionFilterIterator() function
73 SectionFilterIterator &operator++() {
78 bool operator!=(SectionFilterIterator const &Other) const {
99 SectionFilterIterator begin() { in begin()
100 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
103 SectionFilterIterator end() { in end()
104 return SectionFilterIterator(Predicate, Object.section_end(), in end()