Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionVariable.cpp134 if (m_live_sp.get() == NULL) in TransferAddress()
141 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress()); in TransferAddress()
HDMaterializer.cpp103 …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 …]
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDABI.cpp165 clang_expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpressionVariable.h275 lldb::ValueObjectSP m_live_sp; variable
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp4286 clang_var_sp->m_live_sp = clang_var_sp->m_frozen_sp; in Persist()