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.h407 class SectionFilterIterator {
409 SectionFilterIterator(SectionFilterPredicate Pred, in SectionFilterIterator() function
416 SectionFilterIterator &operator++() {
421 bool operator!=(const SectionFilterIterator &Other) const {
442 SectionFilterIterator begin() { in begin()
443 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
446 SectionFilterIterator end() { in end()
447 return SectionFilterIterator(Predicate, Object.section_end(), in end()