Searched refs:m_live_sp (Results 1 – 4 of 4) sorted by relevance
71 if (m_live_sp.get() == nullptr)78 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress());112 lldb::ValueObjectSP m_live_sp; variable
99 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in MakeAllocation()135 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue() in DestroyAllocation()140 m_persistent_variable_sp->m_live_sp.reset(); in DestroyAllocation()177 m_persistent_variable_sp->m_live_sp) || in Materialize()184 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(), in Materialize()227 !m_persistent_variable_sp->m_live_sp) { in Dematerialize()245 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in Dematerialize()268 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()272 if (!m_persistent_variable_sp->m_live_sp) { in Dematerialize()279 if (m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()[all …]
139 expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
3773 persistent_var_sp->m_live_sp = persistent_var_sp->m_frozen_sp; in Persist()