Home
last modified time | relevance | path

Searched refs:m_variable_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp61 assert(m_variable_sp.get() != NULL); in ValueObjectVariable()
68 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl()
75 Type *var_type = m_variable_sp->GetType(); in GetTypeName()
82 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName()
89 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName()
119 if (m_variable_sp) in GetValueType()
120 return m_variable_sp->GetScope(); in GetValueType()
128 Variable *variable = m_variable_sp.get(); in UpdateValue()
290 if (m_variable_sp) { in GetModule()
300 if (m_variable_sp) in GetSymbolContextScope()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp426 : Entity(), m_variable_sp(variable_sp), m_is_reference(false), in EntityVariable()
454 ValueObjectVariable::Create(scope, m_variable_sp); in Materialize()
459 m_variable_sp->GetName().AsCString()); in Materialize()
526 m_variable_sp->GetName().AsCString()); in Materialize()
532 !m_variable_sp->LocationExpression().IsValid()) { in Materialize()
540 m_variable_sp->GetName().AsCString(), in Materialize()
593 m_variable_sp->GetName().AsCString(), in Materialize()
619 ValueObjectVariable::Create(scope, m_variable_sp); in Dematerialize()
624 m_variable_sp->GetName().AsCString()); in Dematerialize()
659 m_variable_sp->GetName().AsCString()); in Dematerialize()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectVariable.h80 virtual lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable()
88 m_variable_sp; ///< The variable that this value object is based upon variable