LLDB mainline
Public Attributes | List of all members
lldb_private::SymbolFile::ArrayInfo Struct Reference

The characteristics of an array type. More...

#include <SymbolFile.h>

Public Attributes

int64_t first_index = 0
 
llvm::SmallVector< uint64_t, 1 > element_orders
 
uint32_t byte_stride = 0
 
uint32_t bit_stride = 0
 

Detailed Description

The characteristics of an array type.

Definition at line 212 of file SymbolFile.h.

Member Data Documentation

◆ bit_stride

uint32_t lldb_private::SymbolFile::ArrayInfo::bit_stride = 0

◆ byte_stride

uint32_t lldb_private::SymbolFile::ArrayInfo::byte_stride = 0

◆ element_orders

llvm::SmallVector<uint64_t, 1> lldb_private::SymbolFile::ArrayInfo::element_orders

◆ first_index

int64_t lldb_private::SymbolFile::ArrayInfo::first_index = 0

Definition at line 213 of file SymbolFile.h.


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