LLVM: llvm::BTFFuncInfo Struct Reference (original) (raw)

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

#include "[Target/BPF/BTFDebug.h](BTFDebug%5F8h%5Fsource.html)"

Public Attributes
const MCSymbol * Label
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: