Searched refs:GetStaticValue (Results 1 – 9 of 9) sorted by relevance
77 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function78 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
70 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
574 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
86 lldb::SBValue GetStaticValue();
119 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
285 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
739 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue
2562 result_sp = GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
73139 result = (arg1)->GetStaticValue(); in _wrap_SBValue_GetStaticValue()