Searched refs:GetStaticValue (Results 1 – 11 of 11) sorted by relevance
75 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function76 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
69 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
574 virtual lldb::ValueObjectSP GetStaticValue();
48 obj.GetStaticValue()
80 lldb::SBValue GetStaticValue();
111 fetched_static_value = this_dynamic.GetStaticValue()
136 GetStaticValue ();
775 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue776 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBValue, GetStaticValue); in GetStaticValue()1605 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetStaticValue, ()); in RegisterMethods()
107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
295 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
1925 ValueObjectSP ValueObject::GetStaticValue() { return GetSP(); } in GetStaticValue() function in ValueObject2708 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()2709 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()