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

Specifying line info's in one section. More...

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

Public Attributes

uint32_t SecNameOff
 Section name index in the .BTF string table.
 
uint32_t NumLineInfo
 Number of line info's in this section.
 

Detailed Description

Specifying line info's in one section.

Definition at line 261 of file BTF.h.

Member Data Documentation

◆ NumLineInfo

uint32_t llvm::BTF::SecLineInfo::NumLineInfo

Number of line info's in this section.

Definition at line 263 of file BTF.h.

◆ SecNameOff

uint32_t llvm::BTF::SecLineInfo::SecNameOff

Section name index in the .BTF string table.

Definition at line 262 of file BTF.h.


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