Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObject.cpp1616 ValueObjectSP ValueObject::GetSyntheticChild(ConstString key) const { in GetSyntheticChild() function in ValueObject
1703 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticArrayMember()
1730 synthetic_child_sp = GetSyntheticChild(index_const_str); in GetSyntheticBitFieldChild()
1768 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticChildAtOffset()
1808 synthetic_child_sp = GetSyntheticChild(name_const_str); in GetSyntheticBase()
1855 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h551 lldb::ValueObjectSP GetSyntheticChild(ConstString key) const;