LLVM
8.0.1
|
Represent one func and its type id. More...
#include "Target/BPF/BTFDebug.h"
Public Attributes | |
const MCSymbol * | Label |
Func MCSymbol. More... | |
uint32_t | TypeId |
Type id referring to .BTF type section. More... | |
Represent one func and its type id.
Definition at line 178 of file BTFDebug.h.
Func MCSymbol.
Definition at line 179 of file BTFDebug.h.
Referenced by llvm::BTFDebug::beginFunctionImpl().
uint32_t llvm::BTFFuncInfo::TypeId |
Type id referring to .BTF type section.
Definition at line 180 of file BTFDebug.h.
Referenced by llvm::BTFDebug::beginFunctionImpl().