LLVM 23.0.0git
llvm::ValueProfData Struct Reference

This is the header of the data structure that defines the on-disk layout of the value profile data of a particular kind for one function. More...

#include "llvm/ProfileData/InstrProf.h"

Public Attributes

uint32_t TotalSize
uint32_t NumValueKinds

Detailed Description

This is the header of the data structure that defines the on-disk layout of the value profile data of a particular kind for one function.

Per-function header/control data structure for value profiling data in indexed format.

Definition at line 477 of file InstrProf.h.

Member Data Documentation

◆ NumValueKinds

uint32_t llvm::ValueProfData::NumValueKinds

Definition at line 491 of file InstrProf.h.

◆ TotalSize

uint32_t llvm::ValueProfData::TotalSize

Definition at line 482 of file InstrProf.h.


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