Home
last modified time | relevance | path

Searched refs:HasSyntheticValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h67 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
H A DValueObject.h580 virtual bool HasSyntheticValue();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp574 if (HasSyntheticValue()) in GetSummaryAsCString()
1823 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject
2310 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()
2354 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()
2410 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()
2628 HasSyntheticValue()) { in Dereference()
2645 } else if (HasSyntheticValue()) { in Dereference()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp651 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()