LLVM 24.0.0git
llvm::sampleprof::LazySampleProfileNameTable Class Referencefinal

#include "llvm/ProfileData/SampleProfReader.h"

Inheritance diagram for llvm::sampleprof::LazySampleProfileNameTable:
[legend]

Public Member Functions

 LazySampleProfileNameTable (const uint8_t *Start, size_t Size)
size_t size () const override
FunctionId operator[] (size_t Idx) const override
Public Member Functions inherited from llvm::sampleprof::SampleProfileNameTable
 SampleProfileNameTable ()=default
 SampleProfileNameTable (const SampleProfileNameTable &)=delete
 SampleProfileNameTable (SampleProfileNameTable &&)=delete
SampleProfileNameTableoperator= (const SampleProfileNameTable &)=delete
SampleProfileNameTableoperator= (SampleProfileNameTable &&)=delete
virtual ~SampleProfileNameTable ()=default
bool empty () const
iterator begin () const
iterator end () const

Additional Inherited Members

Public Types inherited from llvm::sampleprof::SampleProfileNameTable
using const_iterator = iterator

Detailed Description

Definition at line 401 of file SampleProfReader.h.

Constructor & Destructor Documentation

◆ LazySampleProfileNameTable()

llvm::sampleprof::LazySampleProfileNameTable::LazySampleProfileNameTable ( const uint8_t * Start,
size_t Size )
inline

Definition at line 406 of file SampleProfReader.h.

Member Function Documentation

◆ operator[]()

FunctionId llvm::sampleprof::LazySampleProfileNameTable::operator[] ( size_t Idx) const
inlineoverridevirtual

◆ size()

size_t llvm::sampleprof::LazySampleProfileNameTable::size ( ) const
inlineoverridevirtual

Implements llvm::sampleprof::SampleProfileNameTable.

Definition at line 409 of file SampleProfReader.h.


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