Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h71 if (m_live_sp.get() == nullptr)
78 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress());
120 lldb::ValueObjectSP m_live_sp; variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp99 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in MakeAllocation()
145 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue() in DestroyAllocation()
150 m_persistent_variable_sp->m_live_sp.reset(); in DestroyAllocation()
187 m_persistent_variable_sp->m_live_sp) || in Materialize()
194 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(), in Materialize()
237 !m_persistent_variable_sp->m_live_sp) { in Dematerialize()
255 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in Dematerialize()
279 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()
283 if (!m_persistent_variable_sp->m_live_sp) { in Dematerialize()
290 if (m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp139 expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3742 persistent_var_sp->m_live_sp = persistent_var_sp->m_frozen_sp; in Persist()