Home
last modified time | relevance | path

Searched refs:m_live_sp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h70 if (m_live_sp.get() == nullptr)
77 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress());
111 lldb::ValueObjectSP m_live_sp; variable
/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp88 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in MakeAllocation()
124 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue() in DestroyAllocation()
129 m_persistent_variable_sp->m_live_sp.reset(); in DestroyAllocation()
166 m_persistent_variable_sp->m_live_sp) || in Materialize()
173 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(), in Materialize()
216 !m_persistent_variable_sp->m_live_sp) { in Dematerialize()
234 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in Dematerialize()
257 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()
261 if (!m_persistent_variable_sp->m_live_sp) { in Dematerialize()
268 if (m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()
[all …]
/external/llvm-project/lldb/source/Target/
DABI.cpp136 expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp3236 persistent_var_sp->m_live_sp = persistent_var_sp->m_frozen_sp; in Persist()