Home
last modified time | relevance | path

Searched refs:m_synthetic_children_sp (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DValueObject.h720 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
723 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
728 return m_synthetic_children_sp; in GetSyntheticChildren()
872 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h722 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
725 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
730 return m_synthetic_children_sp; in GetSyntheticChildren()
874 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DValueObject.h738 if (synth_sp.get() == m_synthetic_children_sp.get()) in GetContextType()
741 m_synthetic_children_sp = synth_sp; in GetContextType()
746 return m_synthetic_children_sp; in GetContextType()
894 lldb::SyntheticChildrenSP m_synthetic_children_sp; in GetContextType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DValueObject.h720 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
723 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
728 return m_synthetic_children_sp; in GetSyntheticChildren()
872 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DValueObject.h720 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
723 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
728 return m_synthetic_children_sp; in GetSyntheticChildren()
872 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h738 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
741 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
746 return m_synthetic_children_sp; in GetSyntheticChildren()
894 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Core/
H A DValueObject.h738 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
741 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
746 return m_synthetic_children_sp; in GetSyntheticChildren()
894 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DValueObject.h738 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
741 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
746 return m_synthetic_children_sp; in GetSyntheticChildren()
894 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DValueObject.h720 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
723 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
728 return m_synthetic_children_sp; in GetSyntheticChildren()
872 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DValueObject.h738 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()
741 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()
746 return m_synthetic_children_sp; in GetSyntheticChildren()
894 lldb::SyntheticChildrenSP m_synthetic_children_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DValueObject.cpp88 m_synthetic_children_sp(), m_user_id_of_forced_summary(), in ValueObject()
117 m_type_summary_sp(), m_type_format_sp(), m_synthetic_children_sp(), in ValueObject()
1884 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1889 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1892 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1895 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1941 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DValueObject.cpp88 m_synthetic_children_sp(), m_user_id_of_forced_summary(), in ValueObject()
117 m_type_summary_sp(), m_type_format_sp(), m_synthetic_children_sp(), in ValueObject()
1894 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1899 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1902 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1905 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1951 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DValueObject.cpp88 m_synthetic_children_sp(), m_user_id_of_forced_summary(), in ValueObject()
117 m_type_summary_sp(), m_type_format_sp(), m_synthetic_children_sp(), in ValueObject()
1884 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1889 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1892 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1895 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1941 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DValueObject.cpp88 m_synthetic_children_sp(), m_user_id_of_forced_summary(), in ValueObject()
117 m_type_summary_sp(), m_type_format_sp(), m_synthetic_children_sp(), in ValueObject()
1884 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1889 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1892 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1895 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1941 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DValueObject.cpp90 m_synthetic_children_sp(), m_user_id_of_forced_summary(), in ValueObject()
118 m_type_summary_sp(), m_type_format_sp(), m_synthetic_children_sp(), in ValueObject()
1948 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1953 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1956 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1959 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
2008 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DValueObject.cpp1804 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1809 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1812 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1815 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1857 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DValueObject.cpp1804 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1809 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1812 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1815 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1857 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DValueObject.cpp1804 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1809 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1812 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1815 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1857 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DValueObject.cpp1804 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1809 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1812 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1815 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1857 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DValueObject.cpp1804 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
1809 if (m_synthetic_children_sp.get() == nullptr) in CalculateSyntheticValue()
1812 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()
1815 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
1857 if (m_synthetic_children_sp.get() == nullptr) in HasSyntheticValue()