Lines Matching defs:m_valobj_sp
854 m_valobj_sp =
857 if (m_valobj_sp)
858 m_is_reference = m_valobj_sp->GetCompilerType().IsReferenceType();
860 return m_valobj_sp;
865 if (m_valobj_sp)
866 return m_valobj_sp->GetCompilerType().GetByteSize(scope);
872 if (m_valobj_sp)
873 return m_valobj_sp->GetError().Success();
880 if (m_valobj_sp)
881 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope);
888 lldb::ValueObjectSP m_valobj_sp;