|
LLVM
3.7.0
|
A file format agnostic iterator over profiling data. More...
#include <InstrProfReader.h>
Public Member Functions | |
| InstrProfIterator () | |
| InstrProfIterator (InstrProfReader *Reader) | |
| InstrProfIterator & | operator++ () |
| bool | operator== (const InstrProfIterator &RHS) |
| bool | operator!= (const InstrProfIterator &RHS) |
| InstrProfRecord & | operator* () |
| InstrProfRecord * | operator-> () |
A file format agnostic iterator over profiling data.
Definition at line 33 of file InstrProfReader.h.
|
inline |
Definition at line 40 of file InstrProfReader.h.
|
inline |
Definition at line 41 of file InstrProfReader.h.
|
inline |
Definition at line 45 of file InstrProfReader.h.
|
inline |
Definition at line 46 of file InstrProfReader.h.
|
inline |
Definition at line 43 of file InstrProfReader.h.
|
inline |
Definition at line 47 of file InstrProfReader.h.
|
inline |
Definition at line 44 of file InstrProfReader.h.
1.8.6