Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1721 void ValueObject::AddSyntheticChild(ConstString key, in AddSyntheticChild() function in ValueObject
1801 AddSyntheticChild(index_const_str, synthetic_child); in GetSyntheticArrayMember()
1835 AddSyntheticChild(index_const_str, synthetic_child); in GetSyntheticBitFieldChild()
1874 AddSyntheticChild(name_const_str, synthetic_child); in GetSyntheticChildAtOffset()
1916 AddSyntheticChild(name_const_str, synthetic_child); in GetSyntheticBase()
1958 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h1064 void AddSyntheticChild(ConstString key, ValueObject *valobj);