Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1755 void ValueObject::AddSyntheticChild(ConstString key, ValueObject *valobj) { in AddSyntheticChild() function in ValueObject
1834 AddSyntheticChild(index_const_str, synthetic_child); in GetSyntheticArrayMember()
1870 AddSyntheticChild(index_const_str, synthetic_child); in GetSyntheticBitFieldChild()
1909 AddSyntheticChild(name_const_str, synthetic_child); in GetSyntheticChildAtOffset()
1951 AddSyntheticChild(name_const_str, synthetic_child); in GetSyntheticBase()
1993 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h1081 void AddSyntheticChild(ConstString key, ValueObject *valobj);