Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h75 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
76 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
DValueObjectDynamicValue.h69 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
DValueObject.h574 virtual lldb::ValueObjectSP GetStaticValue();
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_value.py48 obj.GetStaticValue()
/external/llvm-project/lldb/include/lldb/API/
DSBValue.h80 lldb::SBValue GetStaticValue();
/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
DTestDynamicValue.py111 fetched_static_value = this_dynamic.GetStaticValue()
/external/llvm-project/lldb/bindings/interface/
DSBValue.i136 GetStaticValue ();
/external/llvm-project/lldb/source/API/
DSBValue.cpp775 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue
776 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBValue, GetStaticValue); in GetStaticValue()
1605 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetStaticValue, ()); in RegisterMethods()
/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
DFormatManager.cpp295 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1925 ValueObjectSP ValueObject::GetStaticValue() { return GetSP(); } in GetStaticValue() function in ValueObject
2708 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()
2709 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()