Searched refs:GetStaticValue (Results 1 – 8 of 8) sorted by relevance
86 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function87 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
79 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
607 virtual lldb::ValueObjectSP GetStaticValue();
81 lldb::SBValue GetStaticValue();
112 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
275 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
1978 ValueObjectSP ValueObject::GetStaticValue() { return GetSP(); } in GetStaticValue() function in ValueObject2787 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()2788 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
906 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue