LLVM 20.0.0git
|
BTF_KIND_ARRAY is followed by one "struct BTFArray". More...
#include "llvm/DebugInfo/BTF/BTF.h"
Public Attributes | |
uint32_t | ElemType |
Element type. | |
uint32_t | IndexType |
Index type. | |
uint32_t | Nelems |
Number of elements for this array. | |
uint32_t llvm::BTF::BTFArray::ElemType |
Element type.
Definition at line 170 of file BTF.h.
Referenced by llvm::BTFTypeArray::BTFTypeArray(), and llvm::BTFTypeArray::emitType().
uint32_t llvm::BTF::BTFArray::IndexType |
Index type.
Definition at line 171 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 172 of file BTF.h.
Referenced by llvm::BTFTypeArray::BTFTypeArray(), and llvm::BTFTypeArray::emitType().