HomeSort by relevance Sort by last modified time
    Searched refs:m_live_sp (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Expression/
ClangExpressionVariable.cpp 128 if (m_live_sp.get() == NULL)
135 m_frozen_sp->SetLiveAddress(m_live_sp->GetLiveAddress());
Materializer.cpp 102 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(),
139 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), deallocate_error);
141 m_persistent_variable_sp->m_live_sp.reset();
172 if ((m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference && m_persistent_variable_sp->m_live_sp) ||
178 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(),
217 !m_persistent_variable_sp->m_live_sp)
233 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope (),
255 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong();
257 if (!m_persistent_variable_sp->m_live_sp)
263 if (m_persistent_variable_sp->m_live_sp->GetValue().GetValueAddressType() != eAddressTypeLoad
    [all...]
  /external/lldb/source/Target/
ABI.cpp 165 clang_expr_variable_sp->m_live_sp = live_valobj_sp;
  /external/lldb/include/lldb/Expression/
ClangExpressionVariable.h 237 // this function is used to copy the address-of m_live_sp into m_frozen_sp
258 EVNeedsFreezeDry = 1 << 4, ///< Copy from m_live_sp to m_frozen_sp during dematerialization
270 lldb::ValueObjectSP m_live_sp; member in class:lldb_private::ClangExpressionVariable

Completed in 36 milliseconds