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

Methods

InstrProfIterator()

Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:49

InstrProfIterator(llvm::InstrProfReader* Reader)

Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:50

Parameters

llvm::InstrProfReader* Reader