|
LLVM 24.0.0git
|
#include "llvm/ProfileData/SampleProfReader.h"
Public Member Functions | |
| iterator ()=default | |
| iterator (const SampleProfileNameTable *Table, size_t Idx) | |
| 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 |
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 |
Definition at line 355 of file SampleProfReader.h.
|
default |
Referenced by operator++(), and operator==().
|
inline |
Definition at line 361 of file SampleProfReader.h.
References llvm::sampleprof::SampleProfileNameTable::SampleProfileNameTable().
|
inline |
Definition at line 373 of file SampleProfReader.h.
References assert(), and llvm::sampleprof::SampleProfileNameTable::size().
|
inline |
Definition at line 368 of file SampleProfReader.h.
References iterator().
|
inline |
Definition at line 364 of file SampleProfReader.h.
References iterator(), and RHS.