Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1520 void ValueObject::AddSyntheticChild(ConstString key, in AddSyntheticChild() function in ValueObject
1603 AddSyntheticChild(index_const_str, synthetic_child); in GetSyntheticArrayMember()
1639 AddSyntheticChild(index_const_str, synthetic_child); in GetSyntheticBitFieldChild()
1674 AddSyntheticChild(name_const_str, synthetic_child); in GetSyntheticChildAtOffset()
1716 AddSyntheticChild(name_const_str, synthetic_child); in GetSyntheticBase()
1760 AddSyntheticChild(name_const_string, synthetic_child.get()); in GetSyntheticExpressionPathChild()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h974 void AddSyntheticChild(ConstString key, ValueObject *valobj);