LLVM 19.0.0git
Public Attributes | List of all members
llvm::BTF::BTFArray Struct Reference

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.
 

Detailed Description

BTF_KIND_ARRAY is followed by one "struct BTFArray".

Definition at line 169 of file BTF.h.

Member Data Documentation

◆ ElemType

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().

◆ IndexType

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().

◆ Nelems

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().


The documentation for this struct was generated from the following file: