Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangExpressionVariable.cpp128 if (m_live_sp.get() == NULL) in TransferAddress()
135 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress()); in TransferAddress()
DMaterializer.cpp102 …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 …]
/external/lldb/source/Target/
DABI.cpp165 clang_expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h270 lldb::ValueObjectSP m_live_sp; variable