Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp62 ValueObjectSynthetic::ValueObjectSynthetic (ValueObject &parent, lldb::SyntheticChildrenSP filter) : in ValueObjectSynthetic() function in ValueObjectSynthetic
82 ValueObjectSynthetic::~ValueObjectSynthetic() in ~ValueObjectSynthetic()
87 ValueObjectSynthetic::GetClangTypeImpl () in GetClangTypeImpl()
93 ValueObjectSynthetic::GetTypeName() in GetTypeName()
99 ValueObjectSynthetic::GetQualifiedTypeName() in GetQualifiedTypeName()
105 ValueObjectSynthetic::CalculateNumChildren() in CalculateNumChildren()
114 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) in GetDynamicValue()
124 ValueObjectSynthetic::MightHaveChildren() in MightHaveChildren()
132 ValueObjectSynthetic::GetByteSize() in GetByteSize()
138 ValueObjectSynthetic::GetValueType() const in GetValueType()
[all …]
DValueObject.cpp2231 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()
/external/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h30 class ValueObjectSynthetic : public ValueObject
34 ~ValueObjectSynthetic();
169 ValueObjectSynthetic (ValueObject &parent, lldb::SyntheticChildrenSP filter);
177 DISALLOW_COPY_AND_ASSIGN (ValueObjectSynthetic);