LLVM 19.0.0git
Public Member Functions | List of all members
llvm::IndexedMemProfReader Class Reference

#include "llvm/ProfileData/InstrProfReader.h"

Public Member Functions

 IndexedMemProfReader ()=default
 
Error deserialize (const unsigned char *Start, uint64_t MemProfOffset)
 
Expected< memprof::MemProfRecordgetMemProfRecord (const uint64_t FuncNameHash) const
 

Detailed Description

Definition at line 650 of file InstrProfReader.h.

Constructor & Destructor Documentation

◆ IndexedMemProfReader()

llvm::IndexedMemProfReader::IndexedMemProfReader ( )
default

Member Function Documentation

◆ deserialize()

Error IndexedMemProfReader::deserialize ( const unsigned char Start,
uint64_t  MemProfOffset 
)

◆ getMemProfRecord()

Expected< memprof::MemProfRecord > IndexedMemProfReader::getMemProfRecord ( const uint64_t  FuncNameHash) const

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