LLVM 20.0.0git
|
Represent one func and its type id. More...
#include "Target/BPF/BTFDebug.h"
Public Attributes | |
const MCSymbol * | Label |
Func MCSymbol. | |
uint32_t | TypeId |
Type id referring to .BTF type section. | |
Represent one func and its type id.
Definition at line 266 of file BTFDebug.h.
Func MCSymbol.
Definition at line 267 of file BTFDebug.h.
Referenced by llvm::BTFDebug::beginFunctionImpl().
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().