LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::ClangExpressionVariable::JITVars Struct Reference

The following values are valid if the variable is used by JIT code. More...

#include <ClangExpressionVariable.h>

Public Member Functions

 JITVars ()=default
 

Public Attributes

lldb::offset_t m_alignment
 The required alignment of the variable, in bytes.
 
size_t m_size = 0
 The space required for the variable, in bytes.
 
lldb::offset_t m_offset
 The offset of the variable in the struct, in bytes.
 

Detailed Description

The following values are valid if the variable is used by JIT code.

Definition at line 169 of file ClangExpressionVariable.h.

Constructor & Destructor Documentation

◆ JITVars()

lldb_private::ClangExpressionVariable::JITVars::JITVars ( )
default

Member Data Documentation

◆ m_alignment

lldb::offset_t lldb_private::ClangExpressionVariable::JITVars::m_alignment
Initial value:
=
0

The required alignment of the variable, in bytes.

Definition at line 172 of file ClangExpressionVariable.h.

Referenced by lldb_private::ClangExpressionDeclMap::AddValueToStruct().

◆ m_offset

lldb::offset_t lldb_private::ClangExpressionVariable::JITVars::m_offset

◆ m_size

size_t lldb_private::ClangExpressionVariable::JITVars::m_size = 0

The space required for the variable, in bytes.

Definition at line 174 of file ClangExpressionVariable.h.

Referenced by lldb_private::ClangExpressionDeclMap::AddValueToStruct().


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