|
LLVM 24.0.0git
|
A profile section retained for loading additional functions on demand. More...
#include "llvm/ProfileData/SampleProfReader.h"
Public Attributes | |
| const uint8_t * | Start = nullptr |
| First byte of the retained section. | |
| const uint8_t * | End = nullptr |
| One-past-the-end byte of the retained section. | |
| bool | IsComposite = false |
| Whether the retained section uses composite payload encoding. | |
A profile section retained for loading additional functions on demand.
Definition at line 814 of file SampleProfReader.h.
One-past-the-end byte of the retained section.
Definition at line 818 of file SampleProfReader.h.
| bool llvm::sampleprof::SampleProfileReader::ProfileSectionRange::IsComposite = false |
Whether the retained section uses composite payload encoding.
Definition at line 820 of file SampleProfReader.h.
First byte of the retained section.
Definition at line 816 of file SampleProfReader.h.