Home
last modified time | relevance | path

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

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