Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp1557 ValueObjectSP ValueObject::GetSyntheticChild(ConstString key) const { in GetSyntheticChild() function in ValueObject
1623 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticArrayMember()
1650 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticBitFieldChild()
1688 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticChildAtOffset()
1728 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticBase()
1775 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h567 lldb::ValueObjectSP GetSyntheticChild(ConstString key) const;