LLVM
8.0.1
|
BTF_KIND_ARRAY is followed by one "struct BTFArray". More...
#include "Target/BPF/BTF.h"
Public Attributes | |
uint32_t | ElemType |
Element type. More... | |
uint32_t | IndexType |
Index type. More... | |
uint32_t | Nelems |
Number of elements for this array. More... | |
uint32_t llvm::BTF::BTFArray::ElemType |
Element type.
Definition at line 137 of file BTF.h.
Referenced by llvm::BTFTypeArray::completeType(), and llvm::BTFTypeArray::emitType().
uint32_t llvm::BTF::BTFArray::IndexType |
Index type.
Definition at line 138 of file BTF.h.
Referenced by llvm::BTFTypeArray::completeType(), and llvm::BTFTypeArray::emitType().
uint32_t llvm::BTF::BTFArray::Nelems |
Number of elements for this array.
Definition at line 139 of file BTF.h.
Referenced by llvm::BTFTypeArray::completeType(), and llvm::BTFTypeArray::emitType().