Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp49 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic() function in ValueObjectSynthetic
64 ValueObjectSynthetic::~ValueObjectSynthetic() = default;
66 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
70 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName()
74 ConstString ValueObjectSynthetic::GetQualifiedTypeName() { in GetQualifiedTypeName()
78 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName()
119 bool ValueObjectSynthetic::MightHaveChildren() { in MightHaveChildren()
134 void ValueObjectSynthetic::CreateSynthFilter() { in CreateSynthFilter()
152 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue()
362 bool ValueObjectSynthetic::CanProvideValue() { in CanProvideValue()
[all …]
H A DValueObject.cpp1784 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h36 class ValueObjectSynthetic : public ValueObject {
38 ~ValueObjectSynthetic() override;
169 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);
173 ValueObjectSynthetic(const ValueObjectSynthetic &) = delete;
174 const ValueObjectSynthetic &operator=(const ValueObjectSynthetic &) = delete;
H A DValueObject.h924 friend class ValueObjectSynthetic; // For ClearUserVisibleData variable