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

Represent one func and its type id. More...

#include "Target/BPF/BTFDebug.h"

Public Attributes

const MCSymbolLabel
 Func MCSymbol.
 
uint32_t TypeId
 Type id referring to .BTF type section.
 

Detailed Description

Represent one func and its type id.

Definition at line 266 of file BTFDebug.h.

Member Data Documentation

◆ Label

const MCSymbol* llvm::BTFFuncInfo::Label

Func MCSymbol.

Definition at line 267 of file BTFDebug.h.

Referenced by llvm::BTFDebug::beginFunctionImpl().

◆ TypeId

uint32_t llvm::BTFFuncInfo::TypeId

Type id referring to .BTF type section.

Definition at line 268 of file BTFDebug.h.

Referenced by llvm::BTFDebug::beginFunctionImpl().


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