Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h86 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
87 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
H A DValueObjectDynamicValue.h79 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
H A DValueObject.h607 virtual lldb::ValueObjectSP GetStaticValue();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h81 lldb::SBValue GetStaticValue();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp112 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
H A DFormatManager.cpp275 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1978 ValueObjectSP ValueObject::GetStaticValue() { return GetSP(); } in GetStaticValue() function in ValueObject
2787 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()
2788 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp906 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue