LLVM
8.0.1
|
BTF_KIND_ENUM is followed by multiple "struct BTFEnum". More...
#include "Target/BPF/BTF.h"
Public Attributes | |
uint32_t | NameOff |
Enum name offset in the string table. More... | |
int32_t | Val |
Enum member value. More... | |
BTF_KIND_ENUM is followed by multiple "struct BTFEnum".
The exact number of btf_enum is stored in the vlen (of the info in "struct CommonType").
uint32_t llvm::BTF::BTFEnum::NameOff |
Enum name offset in the string table.
Definition at line 131 of file BTF.h.
Referenced by llvm::BTFTypeEnum::completeType().
int32_t llvm::BTF::BTFEnum::Val |
Enum member value.
Definition at line 132 of file BTF.h.
Referenced by llvm::BTFTypeEnum::completeType().