LLVM  8.0.1
Public Member Functions | List of all members
llvm::InstrProfReaderIndexBase Struct Referenceabstract

#include "llvm/ProfileData/InstrProfReader.h"

Inheritance diagram for llvm::InstrProfReaderIndexBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~InstrProfReaderIndexBase ()=default
 
virtual Error getRecords (ArrayRef< NamedInstrProfRecord > &Data)=0
 
virtual Error getRecords (StringRef FuncName, ArrayRef< NamedInstrProfRecord > &Data)=0
 
virtual void advanceToNextKey ()=0
 
virtual bool atEnd () const =0
 
virtual void setValueProfDataEndianness (support::endianness Endianness)=0
 
virtual uint64_t getVersion () const =0
 
virtual bool isIRLevelProfile () const =0
 
virtual Error populateSymtab (InstrProfSymtab &)=0
 

Detailed Description

Definition at line 330 of file InstrProfReader.h.

Constructor & Destructor Documentation

◆ ~InstrProfReaderIndexBase()

virtual llvm::InstrProfReaderIndexBase::~InstrProfReaderIndexBase ( )
virtualdefault

Member Function Documentation

◆ advanceToNextKey()

virtual void llvm::InstrProfReaderIndexBase::advanceToNextKey ( )
pure virtual

◆ atEnd()

virtual bool llvm::InstrProfReaderIndexBase::atEnd ( ) const
pure virtual

◆ getRecords() [1/2]

virtual Error llvm::InstrProfReaderIndexBase::getRecords ( ArrayRef< NamedInstrProfRecord > &  Data)
pure virtual

◆ getRecords() [2/2]

virtual Error llvm::InstrProfReaderIndexBase::getRecords ( StringRef  FuncName,
ArrayRef< NamedInstrProfRecord > &  Data 
)
pure virtual

◆ getVersion()

virtual uint64_t llvm::InstrProfReaderIndexBase::getVersion ( ) const
pure virtual

◆ isIRLevelProfile()

virtual bool llvm::InstrProfReaderIndexBase::isIRLevelProfile ( ) const
pure virtual

◆ populateSymtab()

virtual Error llvm::InstrProfReaderIndexBase::populateSymtab ( InstrProfSymtab )
pure virtual

◆ setValueProfDataEndianness()

virtual void llvm::InstrProfReaderIndexBase::setValueProfDataEndianness ( support::endianness  Endianness)
pure virtual

The documentation for this struct was generated from the following file: