Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectSyntheticFilter.h65 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
HDValueObject.h582 virtual bool HasSyntheticValue();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp729 if (HasSyntheticValue()) in GetSummaryAsCString()
2005 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject
2527 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()
2571 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()
2627 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()
2857 } else if (HasSyntheticValue()) { in Dereference()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp635 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()