|
LLVM 23.0.0git
|
iterator is a lightweight, self-contained input iterator designed to stream FunctionId symbols from either the memory-mapped file buffer (lazy loading from the FixedMD5 layout) or from an eagerly loaded vector of FunctionId objects (fallback). More...
#include "llvm/ProfileData/SampleProfReader.h"
Classes | |
| struct | UseLazy_t |
Public Member Functions | |
| iterator ()=default | |
| iterator (const uint8_t *P, UseLazy_t) | |
| iterator (const FunctionId *P) | |
| bool | operator== (const iterator &RHS) const |
| iterator & | operator++ () |
| FunctionId | operator* () const |
| Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::input_iterator_tag, FunctionId, std::ptrdiff_t, const FunctionId *, FunctionId > | |
| iterator | operator+ (std::ptrdiff_t n) const |
| iterator | operator- (std::ptrdiff_t n) const |
| iterator & | operator++ () |
| iterator & | operator-- () |
| bool | operator!= (const iterator &RHS) const |
| bool | operator> (const iterator &RHS) const |
| bool | operator<= (const iterator &RHS) const |
| bool | operator>= (const iterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Static Public Attributes | |
| static constexpr UseLazy_t | UseLazy {} |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< iterator, std::input_iterator_tag, FunctionId, std::ptrdiff_t, const FunctionId *, FunctionId > | |
| enum | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
iterator is a lightweight, self-contained input iterator designed to stream FunctionId symbols from either the memory-mapped file buffer (lazy loading from the FixedMD5 layout) or from an eagerly loaded vector of FunctionId objects (fallback).
Definition at line 369 of file SampleProfReader.h.
|
default |
Referenced by operator++(), and operator==().
|
inline |
Definition at line 380 of file SampleProfReader.h.
References P.
|
inline |
Definition at line 383 of file SampleProfReader.h.
|
inline |
Definition at line 393 of file SampleProfReader.h.
|
inline |
Definition at line 388 of file SampleProfReader.h.
References iterator().
|
inline |
Definition at line 386 of file SampleProfReader.h.
References iterator(), and RHS.
|
staticconstexpr |
Definition at line 376 of file SampleProfReader.h.
Referenced by llvm::sampleprof::SampleProfileNameTable::begin(), and llvm::sampleprof::SampleProfileNameTable::end().