Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h408 class SectionFilterIterator {
410 SectionFilterIterator(SectionFilterPredicate Pred, in SectionFilterIterator() function
417 SectionFilterIterator &operator++() {
422 bool operator!=(const SectionFilterIterator &Other) const {
443 SectionFilterIterator begin() { in begin()
444 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
447 SectionFilterIterator end() { in end()
448 return SectionFilterIterator(Predicate, Object.section_end(), in end()