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

Specifying function 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 NumFuncInfo
 Number of func info's in this section.
 

Detailed Description

Specifying function info's in one section.

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

◆ SecNameOff

uint32_t llvm::BTF::SecFuncInfo::SecNameOff

Section name index in the .BTF string table.

Definition at line 245 of file BTF.h.


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