Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DProperty.cpp33 m_value_sp = in Property()
44 m_value_sp = in Property()
55 m_value_sp = in Property()
65 m_value_sp = std::make_shared<OptionValueChar>( in Property()
85 m_value_sp.reset(enum_value); in Property()
175 m_value_sp = in Property()
225 m_value_sp.reset(string_value); in Property()
238 if (m_value_sp->DumpQualifiedName(strm)) in DumpQualifiedName()
248 if (m_value_sp) { in Dump()
277 if (!m_value_sp) in DumpDescription()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DProperty.h45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue()
48 m_value_sp = value_sp; in SetOptionValue()
51 bool IsValid() const { return (bool)m_value_sp; } in IsValid()
69 lldb::OptionValueSP m_value_sp; variable