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. More... | |
size_t | m_size = 0 |
The space required for the variable, in bytes. More... | |
lldb::offset_t | m_offset |
The offset of the variable in the struct, in bytes. More... | |
The following values are valid if the variable is used by JIT code.
Definition at line 165 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 168 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 171 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 170 of file ClangExpressionVariable.h.
Referenced by lldb_private::ClangExpressionDeclMap::AddValueToStruct().