Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1726 ValueObjectSP ValueObject::GetSyntheticChild(ConstString key) const { in GetSyntheticChild() function in ValueObject
1792 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticArrayMember()
1819 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticBitFieldChild()
1857 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticChildAtOffset()
1897 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticBase()
1944 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h581 lldb::ValueObjectSP GetSyntheticChild(ConstString key) const;