Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp49 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic() function in ValueObjectSynthetic
61 ValueObjectSynthetic::~ValueObjectSynthetic() = default;
63 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
67 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName()
71 ConstString ValueObjectSynthetic::GetQualifiedTypeName() { in GetQualifiedTypeName()
75 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName()
118 bool ValueObjectSynthetic::MightHaveChildren() { in MightHaveChildren()
131 void ValueObjectSynthetic::CreateSynthFilter() { in CreateSynthFilter()
149 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue()
329 bool ValueObjectSynthetic::CanProvideValue() { in CanProvideValue()
[all …]
H A DValueObject.cpp1948 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h46 class ValueObjectSynthetic : public ValueObject {
48 ~ValueObjectSynthetic() override;
169 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);
173 DISALLOW_COPY_AND_ASSIGN(ValueObjectSynthetic);
H A DValueObject.h945 friend class ValueObjectSynthetic; // For ClearUserVisibleData variable