LLVM 20.0.0git
|
A filtered iterator for SectionRefs that skips sections based on some given predicate. More...
#include "llvm/Object/ObjectFile.h"
Public Member Functions | |
SectionFilterIterator (SectionFilterPredicate Pred, const section_iterator &Begin, const section_iterator &End) | |
const SectionRef & | operator* () const |
SectionFilterIterator & | operator++ () |
bool | operator!= (const SectionFilterIterator &Other) const |
A filtered iterator for SectionRefs that skips sections based on some given predicate.
Definition at line 407 of file ObjectFile.h.
|
inline |
Definition at line 409 of file ObjectFile.h.
References End.
|
inline |
Definition at line 421 of file ObjectFile.h.
References llvm::Other.
|
inline |
Definition at line 415 of file ObjectFile.h.
|
inline |
Definition at line 416 of file ObjectFile.h.