Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h77 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
78 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
H A DValueObjectDynamicValue.h70 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
H A DValueObject.h604 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h88 lldb::SBValue GetStaticValue();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp289 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
H A DValueObjectPrinter.cpp113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp742 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2778 result_sp = GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76393 result = (arg1)->GetStaticValue(); in _wrap_SBValue_GetStaticValue()