LLDB mainline
|
#include <Type.h>
Public Member Functions | |
TypeMemberImpl ()=default | |
TypeMemberImpl (const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset, ConstString name, uint32_t bitfield_bit_size=0, bool is_bitfield=false) | |
TypeMemberImpl (const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset) | |
const lldb::TypeImplSP & | GetTypeImpl () |
ConstString | GetName () const |
uint64_t | GetBitOffset () const |
uint32_t | GetBitfieldBitSize () const |
void | SetBitfieldBitSize (uint32_t bitfield_bit_size) |
bool | GetIsBitfield () const |
void | SetIsBitfield (bool is_bitfield) |
Protected Attributes | |
lldb::TypeImplSP | m_type_impl_sp |
uint64_t | m_bit_offset = 0 |
ConstString | m_name |
uint32_t | m_bitfield_bit_size = 0 |
bool | m_is_bitfield = false |
|
default |
|
inline |
Definition at line 732 of file Type.h.
References m_bit_offset, m_bitfield_bit_size, m_is_bitfield, m_name, and m_type_impl_sp.
|
inline |
Definition at line 738 of file Type.h.
References m_bit_offset, m_bitfield_bit_size, m_is_bitfield, m_name, and m_type_impl_sp.
|
inline |
Definition at line 751 of file Type.h.
References m_bitfield_bit_size.
|
inline |
Definition at line 749 of file Type.h.
References m_bit_offset.
|
inline |
Definition at line 757 of file Type.h.
References m_is_bitfield.
|
inline |
|
inline |
Definition at line 745 of file Type.h.
References m_type_impl_sp.
|
inline |
Definition at line 753 of file Type.h.
References m_bitfield_bit_size.
|
inline |
Definition at line 759 of file Type.h.
References m_is_bitfield.
|
protected |
Definition at line 763 of file Type.h.
Referenced by GetBitOffset(), TypeMemberImpl(), and TypeMemberImpl().
|
protected |
Definition at line 765 of file Type.h.
Referenced by GetBitfieldBitSize(), SetBitfieldBitSize(), TypeMemberImpl(), and TypeMemberImpl().
|
protected |
Definition at line 766 of file Type.h.
Referenced by GetIsBitfield(), SetIsBitfield(), TypeMemberImpl(), and TypeMemberImpl().
|
protected |
Definition at line 764 of file Type.h.
Referenced by GetName(), TypeMemberImpl(), and TypeMemberImpl().
|
protected |
Definition at line 762 of file Type.h.
Referenced by GetTypeImpl(), TypeMemberImpl(), and TypeMemberImpl().