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
604 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
88 lldb::SBValue GetStaticValue();
289 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue()
742 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue
2778 result_sp = GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
76393 result = (arg1)->GetStaticValue(); in _wrap_SBValue_GetStaticValue()