|
LLVM
8.0.1
|
A file format agnostic iterator over profiling data. More...
#include "llvm/ProfileData/InstrProfReader.h"


Public Member Functions | |
| InstrProfIterator ()=default | |
| InstrProfIterator (InstrProfReader *Reader) | |
| InstrProfIterator & | operator++ () |
| bool | operator== (const InstrProfIterator &RHS) |
| bool | operator!= (const InstrProfIterator &RHS) |
| value_type & | operator* () |
| value_type * | operator-> () |
A file format agnostic iterator over profiling data.
Definition at line 42 of file InstrProfReader.h.
|
default |
Referenced by llvm::InstrProfReader::begin(), and llvm::InstrProfReader::end().
|
inline |
Definition at line 51 of file InstrProfReader.h.
|
inline |
Definition at line 55 of file InstrProfReader.h.
|
inline |
Definition at line 56 of file InstrProfReader.h.
|
inline |
Definition at line 53 of file InstrProfReader.h.
|
inline |
Definition at line 57 of file InstrProfReader.h.
|
inline |
Definition at line 54 of file InstrProfReader.h.
1.8.13