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

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

#include "Target/BPF/BTF.h"

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

Public Attributes

uint32_t SecNameOff
 Section name index in the .BTF string table. More...
 
uint32_t NumFuncInfo
 Number of func info's in this section. More...
 

Detailed Description

Specifying function info's in one section.

Definition at line 186 of file BTF.h.

Member Data Documentation

◆ NumFuncInfo

uint32_t llvm::BTF::SecFuncInfo::NumFuncInfo

Number of func info's in this section.

Definition at line 188 of file BTF.h.

◆ SecNameOff

uint32_t llvm::BTF::SecFuncInfo::SecNameOff

Section name index in the .BTF string table.

Definition at line 187 of file BTF.h.


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