LLVM 17.0.0git
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.
 
uint32_t NumFuncInfo
 Number of func info's in this section.
 

Detailed Description

Specifying function info's in one section.

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

◆ SecNameOff

uint32_t llvm::BTF::SecFuncInfo::SecNameOff

Section name index in the .BTF string table.

Definition at line 237 of file BTF.h.


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