Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h80 lldb::SBValue GetStaticValue();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i136 GetStaticValue ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
H A DFormatManager.cpp295 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2609 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()
2610 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66389 result = (arg1)->GetStaticValue(); in _wrap_SBValue_GetStaticValue()