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

Specifying one function info. More...

#include "llvm/DebugInfo/BTF/BTF.h"

Public Attributes

uint32_t InsnOffset
 Byte offset in the section.
 
uint32_t TypeId
 Type id referring to .BTF type section.
 

Detailed Description

Specifying one function info.

Definition at line 238 of file BTF.h.

Member Data Documentation

◆ InsnOffset

uint32_t llvm::BTF::BPFFuncInfo::InsnOffset

Byte offset in the section.

Definition at line 239 of file BTF.h.

◆ TypeId

uint32_t llvm::BTF::BPFFuncInfo::TypeId

Type id referring to .BTF type section.

Definition at line 240 of file BTF.h.


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