LLVM 19.0.0git
Public Attributes | List of all members
llvm::BTF::BTFDataSec Struct Reference

BTF_KIND_DATASEC are followed by multiple "struct BTFDataSecVar". More...

#include "llvm/DebugInfo/BTF/BTF.h"

Public Attributes

uint32_t Type
 A BTF_KIND_VAR type.
 
uint32_t Offset
 In-section offset.
 
uint32_t Size
 Occupied memory size.
 

Detailed Description

BTF_KIND_DATASEC are followed by multiple "struct BTFDataSecVar".

The exist number of BTFDataSec is stored in the vlen (of the info in "struct CommonType").

Definition at line 216 of file BTF.h.

Member Data Documentation

◆ Offset

uint32_t llvm::BTF::BTFDataSec::Offset

In-section offset.

Definition at line 218 of file BTF.h.

◆ Size

uint32_t llvm::BTF::BTFDataSec::Size

Occupied memory size.

Definition at line 219 of file BTF.h.

◆ Type

uint32_t llvm::BTF::BTFDataSec::Type

A BTF_KIND_VAR type.

Definition at line 217 of file BTF.h.


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