Bitstream record codes used in contextual PGO profiles.
Declared in <llvm/ProfileData/PGOCtxProfWriter.h>
enum PGOCtxProfileRecords;
| Name | Description |
|---|---|
Invalid | Sentinel; not a valid record code. |
Version | Profile format version record. |
Guid | Function GUID for a context or flat profile. |
CallsiteIndex | Callsite index identifying the call edge into a context. |
Counters | Counter vector for a context or flat profile. |
TotalRootEntryCount | Aggregate entry count across all roots of a contextual profile. |