Home
last modified time | relevance | path

Searched defs:GetStaticValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h70 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
H A DValueObjectSyntheticFilter.h77 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
H A DValueObject.h604 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp742 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue