Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h70 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
H A DValueObjectSyntheticFilter.h76 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
H A DValueObject.h590 virtual lldb::ValueObjectSP GetStaticValue() { return GetSP(); } in GetStaticValue() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp750 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue