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

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

#include "Target/BPF/BTF.h"

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

Public Attributes

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

Detailed Description

Specifying line info's in one section.

Definition at line 201 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 203 of file BTF.h.

◆ SecNameOff

uint32_t llvm::BTF::SecLineInfo::SecNameOff

Section name index in the .BTF string tble.

Definition at line 202 of file BTF.h.


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