|
LLVM 22.0.0git
|
#include "llvm/Object/Minidump.h"
Public Member Functions | |
| MemoryInfoIterator (ArrayRef< uint8_t > Storage, size_t Stride) | |
| bool | operator== (const MemoryInfoIterator &R) const |
| const minidump::MemoryInfo & | operator* () const |
| MemoryInfoIterator & | operator++ () |
| Public Member Functions inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo > | |
| MemoryInfoIterator | operator+ (std::ptrdiff_t n) const |
| MemoryInfoIterator | operator- (std::ptrdiff_t n) const |
| MemoryInfoIterator & | operator++ () |
| MemoryInfoIterator & | operator-- () |
| bool | operator!= (const MemoryInfoIterator &RHS) const |
| bool | operator> (const MemoryInfoIterator &RHS) const |
| bool | operator<= (const MemoryInfoIterator &RHS) const |
| bool | operator>= (const MemoryInfoIterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo > | |
| enum | |
Definition at line 129 of file Minidump.h.
|
inline |
Definition at line 134 of file Minidump.h.
References assert().
Referenced by operator++(), and operator==().
|
inline |
Definition at line 143 of file Minidump.h.
References assert().
|
inline |
Definition at line 148 of file Minidump.h.
References MemoryInfoIterator().
|
inline |
Definition at line 139 of file Minidump.h.
References MemoryInfoIterator().