Home
last modified time | relevance | path

Searched refs:GetStaticValue (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h75 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
76 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
H A DValueObjectDynamicValue.h69 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
H A DValueObject.h590 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py48 obj.GetStaticValue()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h80 lldb::SBValue GetStaticValue();
/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestDynamicValue.py109 fetched_static_value = this_dynamic.GetStaticValue()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i136 GetStaticValue ();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
H A DFormatManager.cpp294 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp2612 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()
2613 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp750 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue