Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h76 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
77 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.h590 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h80 lldb::SBValue GetStaticValue();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i136 GetStaticValue ();
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
H A DFormatManager.cpp285 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2621 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()
2622 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp750 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue