Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h67 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
H A DValueObject.h610 virtual bool HasSyntheticValue();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp614 if (HasSyntheticValue()) in GetSummaryAsCString()
2023 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject
2521 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()
2567 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()
2623 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()
2851 HasSyntheticValue()) { in Dereference()
2868 } else if (HasSyntheticValue()) { in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp651 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()