LLVM: llvm::BTF::BTFDataSec Struct Reference (original) (raw)

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

#include "[llvm/DebugInfo/BTF/BTF.h](BTF%5F8h%5Fsource.html)"

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

BTF_KIND_DATASEC are followed by multiple "struct BTFDataSecVar".

The exist number of [BTFDataSec](structllvm%5F1%5F1BTF%5F1%5F1BTFDataSec.html "BTF_KIND_DATASEC are followed by multiple "struct BTFDataSecVar".") is stored in the vlen (of the info in "struct CommonType").

Definition at line 216 of file BTF.h.

Offset

In-section offset.

Definition at line 218 of file BTF.h.

Size

Occupied memory size.

Definition at line 219 of file BTF.h.

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: