LLVM  8.0.1
Public Attributes | List of all members
llvm::BTF::ExtHeader Struct Reference

The .BTF.ext section header definition. More...

#include "Target/BPF/BTF.h"

Collaboration diagram for llvm::BTF::ExtHeader:
Collaboration graph
[legend]

Public Attributes

uint16_t Magic
 
uint8_t Version
 
uint8_t Flags
 
uint32_t HdrLen
 
uint32_t FuncInfoOff
 Offset of func info section. More...
 
uint32_t FuncInfoLen
 Length of func info section. More...
 
uint32_t LineInfoOff
 Offset of line info section. More...
 
uint32_t LineInfoLen
 Length of line info section. More...
 

Detailed Description

The .BTF.ext section header definition.

Definition at line 167 of file BTF.h.

Member Data Documentation

◆ Flags

uint8_t llvm::BTF::ExtHeader::Flags

Definition at line 170 of file BTF.h.

◆ FuncInfoLen

uint32_t llvm::BTF::ExtHeader::FuncInfoLen

Length of func info section.

Definition at line 174 of file BTF.h.

◆ FuncInfoOff

uint32_t llvm::BTF::ExtHeader::FuncInfoOff

Offset of func info section.

Definition at line 173 of file BTF.h.

◆ HdrLen

uint32_t llvm::BTF::ExtHeader::HdrLen

Definition at line 171 of file BTF.h.

◆ LineInfoLen

uint32_t llvm::BTF::ExtHeader::LineInfoLen

Length of line info section.

Definition at line 176 of file BTF.h.

◆ LineInfoOff

uint32_t llvm::BTF::ExtHeader::LineInfoOff

Offset of line info section.

Definition at line 175 of file BTF.h.

◆ Magic

uint16_t llvm::BTF::ExtHeader::Magic

Definition at line 168 of file BTF.h.

◆ Version

uint8_t llvm::BTF::ExtHeader::Version

Definition at line 169 of file BTF.h.


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