Searched refs:m_live_sp (Results 1 – 5 of 5) sorted by relevance
134 if (m_live_sp.get() == NULL) in TransferAddress()141 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress()); in TransferAddress()
103 …m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in MakeAllocation()140 …map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), de… in DestroyAllocation()142 m_persistent_variable_sp->m_live_sp.reset(); in DestroyAllocation()173 …>m_flags & ClangExpressionVariable::EVIsProgramReference && m_persistent_variable_sp->m_live_sp) || in Materialize()179 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(), in Materialize()218 !m_persistent_variable_sp->m_live_sp) in Dematerialize()234 …m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in Dematerialize()256 … lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(); in Dematerialize()258 if (!m_persistent_variable_sp->m_live_sp) in Dematerialize()264 … 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()
275 lldb::ValueObjectSP m_live_sp; variable
4286 clang_var_sp->m_live_sp = clang_var_sp->m_frozen_sp; in Persist()