LLDB mainline
|
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. | |
The following values are valid if the variable is used by JIT code.
Definition at line 169 of file ClangExpressionVariable.h.
|
default |
lldb::offset_t lldb_private::ClangExpressionVariable::JITVars::m_alignment |
The required alignment of the variable, in bytes.
Definition at line 172 of file ClangExpressionVariable.h.
Referenced by lldb_private::ClangExpressionDeclMap::AddValueToStruct().
lldb::offset_t lldb_private::ClangExpressionVariable::JITVars::m_offset |
The offset of the variable in the struct, in bytes.
Definition at line 175 of file ClangExpressionVariable.h.
Referenced by lldb_private::ClangExpressionDeclMap::AddPersistentVariable(), lldb_private::ClangExpressionDeclMap::AddValueToStruct(), and lldb_private::ClangExpressionDeclMap::GetStructElement().
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().