LLVM 20.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++ (int) |
MemoryInfoIterator & | operator-- () |
MemoryInfoIterator | operator-- (int) |
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 = std::forward_iterator_tag |
using | value_type = minidump::MemoryInfo |
using | difference_type = std::ptrdiff_t |
using | pointer = minidump::MemoryInfo * |
using | reference = minidump::MemoryInfo & |
Protected Types inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo > | |
enum | |
Definition at line 114 of file Minidump.h.
|
inline |
Definition at line 119 of file Minidump.h.
References assert(), and llvm::ArrayRef< T >::size().
|
inline |
Definition at line 128 of file Minidump.h.
References assert(), llvm::ArrayRef< T >::data(), and llvm::ArrayRef< T >::size().
|
inline |
Definition at line 133 of file Minidump.h.
References llvm::ArrayRef< T >::drop_front().
|
inline |
Definition at line 124 of file Minidump.h.
References llvm::ArrayRef< T >::size().