class InstrProfIterator
Declaration
class InstrProfIterator : public std::iterator { /* full declaration omitted */ };
Description
A file format agnostic iterator over profiling data.
Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:41
Inherits from: std::iterator
Method Overview
- public InstrProfIterator()
- public InstrProfIterator(llvm::InstrProfReader * Reader)
Methods
¶InstrProfIterator()
InstrProfIterator()
Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:49
¶InstrProfIterator(llvm::InstrProfReader* Reader)
InstrProfIterator(llvm::InstrProfReader* Reader)
Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:50
Parameters
- llvm::InstrProfReader* Reader