|
LLVM 23.0.0git
|
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 |
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.
| uint32_t llvm::ValueProfData::NumValueKinds |
Definition at line 491 of file InstrProf.h.
| uint32_t llvm::ValueProfData::TotalSize |
Definition at line 482 of file InstrProf.h.