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

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

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

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

Specifying line info's in one section.

Definition at line 261 of file BTF.h.

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: