Home
last modified time | relevance | path

Searched refs:m_valobj_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp67 m_valobj_sp->SetName(m_name); in ValueImpl()
76 m_valobj_sp = rhs.m_valobj_sp; in operator =()
85 if (m_valobj_sp.get() == nullptr) in IsValid()
109 if (!m_valobj_sp) { in GetSP()
111 return m_valobj_sp; in GetSP()
170 if (m_valobj_sp) in GetTargetSP()
177 if (m_valobj_sp) in GetProcessSP()
184 if (m_valobj_sp) in GetThreadSP()
191 if (m_valobj_sp) in GetFrameSP()
192 return m_valobj_sp->GetFrameSP(); in GetFrameSP()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp853 m_valobj_sp = in SetupValueObject()
856 if (m_valobj_sp) in SetupValueObject()
857 m_is_reference = m_valobj_sp->GetCompilerType().IsReferenceType(); in SetupValueObject()
859 return m_valobj_sp; in SetupValueObject()
864 if (m_valobj_sp) in GetByteSize()
865 return m_valobj_sp->GetCompilerType().GetByteSize(scope); in GetByteSize()
871 if (m_valobj_sp) in LocationExpressionIsValid()
872 return m_valobj_sp->GetError().Success(); in LocationExpressionIsValid()
879 if (m_valobj_sp) in GetTypeBitAlign()
880 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()
[all …]