LLVM API Documentation

Public Member Functions
llvm::InstrProfIterator Class Reference

A file format agnostic iterator over profiling data. More...

#include <InstrProfReader.h>

Inheritance diagram for llvm::InstrProfIterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::InstrProfIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InstrProfIterator ()
 InstrProfIterator (InstrProfReader *Reader)
InstrProfIteratoroperator++ ()
bool operator== (const InstrProfIterator &RHS)
bool operator!= (const InstrProfIterator &RHS)
InstrProfRecordoperator* ()
InstrProfRecordoperator-> ()

Detailed Description

A file format agnostic iterator over profiling data.

Definition at line 43 of file InstrProfReader.h.


Constructor & Destructor Documentation

Definition at line 50 of file InstrProfReader.h.

Definition at line 51 of file InstrProfReader.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files: