|
LLVM 24.0.0git
|
#include "llvm/ProfileData/SampleProf.h"
Public Attributes | |
| SecType | Type |
| uint64_t | Flags |
| uint64_t | Offset |
| uint64_t | Size |
| uint64_t | LayoutIndex |
Definition at line 207 of file SampleProf.h.
| uint64_t llvm::sampleprof::SecHdrTableEntry::Flags |
Definition at line 209 of file SampleProf.h.
| uint64_t llvm::sampleprof::SecHdrTableEntry::LayoutIndex |
Definition at line 214 of file SampleProf.h.
Referenced by llvm::sampleprof::SampleProfileWriterExtBinaryBase::findUnwrittenEntry().
| uint64_t llvm::sampleprof::SecHdrTableEntry::Offset |
Definition at line 210 of file SampleProf.h.
| uint64_t llvm::sampleprof::SecHdrTableEntry::Size |
Definition at line 211 of file SampleProf.h.
| SecType llvm::sampleprof::SecHdrTableEntry::Type |
Definition at line 208 of file SampleProf.h.