Home
last modified time | relevance | path

Searched refs:m_synthetic_children (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Core/
DValueObject.cpp84 m_children(), m_synthetic_children(), m_dynamic_value(nullptr), in ValueObject()
113 m_manager(&manager), m_children(), m_synthetic_children(), in ValueObject()
1613 m_synthetic_children[key] = valobj; in AddSyntheticChild()
1619 m_synthetic_children.find(key); in GetSyntheticChild()
1620 if (pos != m_synthetic_children.end()) in GetSyntheticChild()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h856 std::map<ConstString, ValueObject *> m_synthetic_children; variable