Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1759 ValueObjectSP ValueObject::GetSyntheticChild(ConstString key) const { in GetSyntheticChild() function in ValueObject
1825 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticArrayMember()
1852 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticBitFieldChild()
1892 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticChildAtOffset()
1932 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticBase()
1979 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h585 lldb::ValueObjectSP GetSyntheticChild(ConstString key) const;