Home
last modified time | relevance | path

Searched refs:m_parent_wp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h258 m_parent_wp = parent_sp; in SetValueChangedCallback()
261 lldb::OptionValueSP GetParent() const { return m_parent_wp.lock(); }
344 lldb::OptionValueWP m_parent_wp;
339 lldb::OptionValueWP m_parent_wp; global() variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h192 lldb::SectionSP GetParent() const { return m_parent_wp.lock(); } in GetParent()
264 lldb::SectionWP m_parent_wp; // Weak pointer to parent section variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp165 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
181 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
188 m_parent_wp = parent_section_sp; in Section()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp21 m_parent_wp = other.m_parent_wp; in SetSubValue()
30 m_parent_wp = other.m_parent_wp; in GetAsBoolean()
577 lldb::OptionValueSP m_parent_sp(m_parent_wp.lock()); in SetValueFromString()