Searched refs:GetStaticValue (Results 1 – 9 of 9) sorted by relevance
76 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function77 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
70 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
590 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
80 lldb::SBValue GetStaticValue();
136 GetStaticValue ();
107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
285 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
2621 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()2622 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
750 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue