LLVM 17.0.0git
|
BTF_KIND_ENUM64 is followed by multiple "struct BTFEnum64". More...
#include "Target/BPF/BTF.h"
Public Attributes | |
uint32_t | NameOff |
Enum name offset in the string table. | |
uint32_t | Val_Lo32 |
Enum member lo32 value. | |
uint32_t | Val_Hi32 |
Enum member hi32 value. | |
BTF_KIND_ENUM64 is followed by multiple "struct BTFEnum64".
The exact number of BTFEnum64 is stored in the vlen (of the info in "struct CommonType").
uint32_t llvm::BTF::BTFEnum64::NameOff |
Enum name offset in the string table.
Definition at line 155 of file BTF.h.
Referenced by llvm::BTFTypeEnum64::completeType().
uint32_t llvm::BTF::BTFEnum64::Val_Hi32 |
Enum member hi32 value.
Definition at line 157 of file BTF.h.
Referenced by llvm::BTFTypeEnum64::completeType().
uint32_t llvm::BTF::BTFEnum64::Val_Lo32 |
Enum member lo32 value.
Definition at line 156 of file BTF.h.
Referenced by llvm::BTFTypeEnum64::completeType().