Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h406 class SectionFilterIterator {
408 SectionFilterIterator(SectionFilterPredicate Pred, in SectionFilterIterator() function
415 SectionFilterIterator &operator++() {
420 bool operator!=(const SectionFilterIterator &Other) const {
441 SectionFilterIterator begin() { in begin()
442 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
445 SectionFilterIterator end() { in end()
446 return SectionFilterIterator(Predicate, Object.section_end(), in end()