LLVM API Documentation
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 43 of file InstrProfReader.h.
llvm::InstrProfIterator::InstrProfIterator | ( | ) | [inline] |
Definition at line 50 of file InstrProfReader.h.
llvm::InstrProfIterator::InstrProfIterator | ( | InstrProfReader * | Reader | ) | [inline] |
Definition at line 51 of file InstrProfReader.h.
bool llvm::InstrProfIterator::operator!= | ( | const InstrProfIterator & | RHS | ) | [inline] |
Definition at line 55 of file InstrProfReader.h.
InstrProfRecord& llvm::InstrProfIterator::operator* | ( | ) | [inline] |
Definition at line 56 of file InstrProfReader.h.
InstrProfIterator& llvm::InstrProfIterator::operator++ | ( | ) | [inline] |
Definition at line 53 of file InstrProfReader.h.
InstrProfRecord* llvm::InstrProfIterator::operator-> | ( | ) | [inline] |
Definition at line 57 of file InstrProfReader.h.
bool llvm::InstrProfIterator::operator== | ( | const InstrProfIterator & | RHS | ) | [inline] |
Definition at line 54 of file InstrProfReader.h.