Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObjectDynamicValue.h69 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue() function
DValueObjectSyntheticFilter.h75 lldb::ValueObjectSP GetStaticValue() override { in GetStaticValue() function
/external/llvm-project/lldb/source/API/
DSBValue.cpp775 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue() function in SBValue
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1925 ValueObjectSP ValueObject::GetStaticValue() { return GetSP(); } in GetStaticValue() function in ValueObject