Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp62 assert(m_variable_sp.get() != nullptr); in ValueObjectVariable()
69 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl()
76 Type *var_type = m_variable_sp->GetType(); in GetTypeName()
83 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName()
90 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName()
120 if (m_variable_sp) in GetValueType()
121 return m_variable_sp->GetScope(); in GetValueType()
129 Variable *variable = m_variable_sp.get(); in UpdateValue()
327 if (m_variable_sp) { in GetModule()
337 if (m_variable_sp) in GetSymbolContextScope()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp415 : Entity(), m_variable_sp(variable_sp), m_is_reference(false), in EntityVariable()
444 ValueObjectVariable::Create(scope, m_variable_sp); in Materialize()
449 m_variable_sp->GetName().AsCString()); in Materialize()
516 m_variable_sp->GetName().AsCString()); in Materialize()
522 !m_variable_sp->LocationExpression().IsValid()) { in Materialize()
530 m_variable_sp->GetName().AsCString(), in Materialize()
587 m_variable_sp->GetName().AsCString(), in Materialize()
614 ValueObjectVariable::Create(scope, m_variable_sp); in Dematerialize()
619 m_variable_sp->GetName().AsCString()); in Dematerialize()
654 m_variable_sp->GetName().AsCString()); in Dematerialize()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h66 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable()
76 lldb::VariableSP m_variable_sp; variable