reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Expression/ExpressionVariable.h
   70     if (m_live_sp.get() == nullptr)
   77       m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress());
tools/lldb/source/Core/ValueObject.cpp
 3313   clang_var_sp->m_live_sp = clang_var_sp->m_frozen_sp;
tools/lldb/source/Expression/Materializer.cpp
   88     m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create(
  123     map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue()
  128     m_persistent_variable_sp->m_live_sp.reset();
  165          m_persistent_variable_sp->m_live_sp) ||
  172           m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(),
  215           !m_persistent_variable_sp->m_live_sp) {
  233         m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create(
  256       lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue()
  260       if (!m_persistent_variable_sp->m_live_sp) {
  267       if (m_persistent_variable_sp->m_live_sp->GetValue()
  912       ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, m_type, name,
tools/lldb/source/Target/ABI.cpp
  154       expr_variable_sp->m_live_sp = live_valobj_sp;