LLVM 24.0.0git
llvm::sampleprof::SampleProfileReader::ProfileSectionRange Struct Reference

A profile section retained for loading additional functions on demand. More...

#include "llvm/ProfileData/SampleProfReader.h"

Public Attributes

const uint8_tStart = nullptr
 First byte of the retained section.
const uint8_tEnd = nullptr
 One-past-the-end byte of the retained section.
bool IsComposite = false
 Whether the retained section uses composite payload encoding.

Detailed Description

A profile section retained for loading additional functions on demand.

Definition at line 814 of file SampleProfReader.h.

Member Data Documentation

◆ End

const uint8_t* llvm::sampleprof::SampleProfileReader::ProfileSectionRange::End = nullptr

One-past-the-end byte of the retained section.

Definition at line 818 of file SampleProfReader.h.

◆ IsComposite

bool llvm::sampleprof::SampleProfileReader::ProfileSectionRange::IsComposite = false

Whether the retained section uses composite payload encoding.

Definition at line 820 of file SampleProfReader.h.

◆ Start

const uint8_t* llvm::sampleprof::SampleProfileReader::ProfileSectionRange::Start = nullptr

First byte of the retained section.

Definition at line 816 of file SampleProfReader.h.


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