LLVM
15.0.0git
|
A file format agnostic iterator over profiling data. More...
#include "llvm/ProfileData/InstrProfReader.h"
Public Types | |
using | iterator_category = std::input_iterator_tag |
using | value_type = record_type |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
InstrProfIterator ()=default | |
InstrProfIterator (reader_type *Reader) | |
InstrProfIterator & | operator++ () |
bool | operator== (const InstrProfIterator &RHS) const |
bool | operator!= (const InstrProfIterator &RHS) const |
value_type & | operator* () |
value_type * | operator-> () |
A file format agnostic iterator over profiling data.
Definition at line 45 of file InstrProfReader.h.
using llvm::InstrProfIterator< record_type, reader_type >::difference_type = std::ptrdiff_t |
Definition at line 49 of file InstrProfReader.h.
using llvm::InstrProfIterator< record_type, reader_type >::iterator_category = std::input_iterator_tag |
Definition at line 47 of file InstrProfReader.h.
using llvm::InstrProfIterator< record_type, reader_type >::pointer = value_type * |
Definition at line 50 of file InstrProfReader.h.
using llvm::InstrProfIterator< record_type, reader_type >::reference = value_type & |
Definition at line 51 of file InstrProfReader.h.
using llvm::InstrProfIterator< record_type, reader_type >::value_type = record_type |
Definition at line 48 of file InstrProfReader.h.
|
default |
|
inline |
Definition at line 67 of file InstrProfReader.h.
|
inline |
Definition at line 76 of file InstrProfReader.h.
References RHS.
|
inline |
Definition at line 79 of file InstrProfReader.h.
|
inline |
Definition at line 69 of file InstrProfReader.h.
|
inline |
Definition at line 80 of file InstrProfReader.h.
|
inline |
Definition at line 73 of file InstrProfReader.h.
References RHS.