Searched refs:m_live_sp (Results 1 – 4 of 4) sorted by relevance
128 if (m_live_sp.get() == NULL) in TransferAddress()135 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress()); in TransferAddress()
102 …m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in MakeAllocation()139 …map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), de… in DestroyAllocation()141 m_persistent_variable_sp->m_live_sp.reset(); in DestroyAllocation()172 …>m_flags & ClangExpressionVariable::EVIsProgramReference && m_persistent_variable_sp->m_live_sp) || in Materialize()178 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(), in Materialize()217 !m_persistent_variable_sp->m_live_sp) in Dematerialize()233 …m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in Dematerialize()255 … lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(); in Dematerialize()257 if (!m_persistent_variable_sp->m_live_sp) in Dematerialize()263 … if (m_persistent_variable_sp->m_live_sp->GetValue().GetValueAddressType() != eAddressTypeLoad) in Dematerialize()[all …]
165 clang_expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
270 lldb::ValueObjectSP m_live_sp; variable