Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObject.cpp85 m_synthetic_value(nullptr), m_deref_valobj(nullptr), in ValueObject()
114 m_dynamic_value(nullptr), m_synthetic_value(nullptr), in ValueObject()
675 m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on in GetSummaryAsCString()
1880 m_synthetic_value = nullptr; in CalculateSyntheticValue()
1886 if (!UpdateFormatsIfNeeded() && m_synthetic_value) 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()
1932 if (m_synthetic_value) in GetSyntheticValue()
1933 return m_synthetic_value->GetSP(); in GetSyntheticValue()
1946 return m_synthetic_value != nullptr; in HasSyntheticValue()
[all …]
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h859 ValueObject *m_synthetic_value; variable