Home
last modified time | relevance | path

Searched refs:GetChildMemberWithName (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp88 node_sp->GetChildMemberWithName(ConstString("__value_"), true); in GetChildAtIndex()
90 node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex()
102 first_sp = p1_sp->GetChildMemberWithName(ConstString("__first_"), in GetChildAtIndex()
109 first_sp = p1_sp->GetChildMemberWithName(ConstString("__value_"), in GetChildAtIndex()
132 value_sp = node_sp->GetChildMemberWithName(ConstString("__value_"), true); in GetChildAtIndex()
133 hash_sp = node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex()
140 node_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in GetChildAtIndex()
168 m_backend.GetChildMemberWithName(ConstString("__table_"), true); in Update()
172 ValueObjectSP p2_sp = table_sp->GetChildMemberWithName( in Update()
179 num_elements_sp = p2_sp->GetChildMemberWithName( in Update()
[all …]
H A DLibCxxVariant.cpp72 impl_sp->GetChildMemberWithName(ConstString("__index"), true)); in LibcxxVariantGetIndexValidity()
87 impl_sp->GetChildMemberWithName(ConstString("__index"), true)); in LibcxxVariantIndexValue()
97 impl_sp->GetChildMemberWithName(ConstString("__data"), true)); in LibcxxVariantGetNthHead()
105 current_level->GetChildMemberWithName(ConstString("__tail"), true)); in LibcxxVariantGetNthHead()
113 return current_level->GetChildMemberWithName(ConstString("__head"), true); in LibcxxVariantGetNthHead()
126 valobj_sp->GetChildMemberWithName(ConstString("__impl"), true)); in LibcxxVariantSummaryProvider()
195 m_backend.GetChildMemberWithName(ConstString("__impl"), true)); in Update()
217 m_backend.GetChildMemberWithName(ConstString("__impl"), true)); in GetChildAtIndex()
242 nth_head->GetChildMemberWithName(ConstString("__value"), true)); in GetChildAtIndex()
H A DLibCxxList.cpp41 return ListEntry(m_entry_sp->GetChildMemberWithName(g_next, true)); in next()
49 return ListEntry(m_entry_sp->GetChildMemberWithName(g_prev, true)); in prev()
295 ValueObjectSP value = pair.GetChildMemberWithName(ConstString("__value_"), true); in GetValueOfCompressedPair()
298 value = pair.GetChildMemberWithName(ConstString("__first_"), true); in GetValueOfCompressedPair()
312 m_backend.GetChildMemberWithName(ConstString("__before_begin_"), true)); in Update()
318 m_head = impl_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in Update()
334 m_backend.GetChildMemberWithName(ConstString("__size_alloc_"), true)); in CalculateNumChildren()
426 m_backend.GetChildMemberWithName(ConstString("__end_"), true)); in Update()
429 m_head = impl_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in Update()
430 m_tail = impl_sp->GetChildMemberWithName(ConstString("__prev_"), true).get(); in Update()
H A DLibCxxVector.cpp123 m_backend.GetChildMemberWithName(ConstString("__end_cap_"), true)); in Update()
130 data_type_finder_sp = data_type_finder_sp->GetChildMemberWithName( in Update()
137 data_type_finder_sp = first_elem_parent_sp->GetChildMemberWithName( in Update()
154 m_backend.GetChildMemberWithName(ConstString("__begin_"), true).get(); in Update()
156 m_backend.GetChildMemberWithName(ConstString("__end_"), true).get(); in Update()
254 valobj_sp->GetChildMemberWithName(ConstString("__size_"), true)); in Update()
261 valobj_sp->GetChildMemberWithName(ConstString("__begin_"), true)); in Update()
H A DLibCxxOptional.cpp41 m_backend.GetChildMemberWithName(ConstString("__engaged_"), true)); in Update()
63 m_backend.GetChildMemberWithName(ConstString("__engaged_"), true) in GetChildAtIndex()
66 ->GetChildMemberWithName(ConstString("__val_"), true)); in GetChildAtIndex()
H A DLibCxxMap.cpp224 ValueObjectSP m_item(m_tree->GetChildMemberWithName(g___pair3_, true)); in CalculateNumChildren()
231 m_item = m_item->GetChildMemberWithName(g___first_, true); in CalculateNumChildren()
236 m_item = first_elem_parent->GetChildMemberWithName(g___value_, true); in CalculateNumChildren()
262 deref = deref->GetChildMemberWithName(g___value_, true); in GetDataType()
370 auto child_sp = iterated_sp->GetChildMemberWithName(g___value_, true); in GetChildAtIndex()
443 m_tree = m_backend.GetChildMemberWithName(g___tree_, true).get(); in Update()
446 m_root_node = m_tree->GetChildMemberWithName(g___begin_node_, true).get(); in Update()
H A DLibCxx.cpp44 valobj_sp->GetChildMemberWithName(ConstString("__engaged_"), true)); in LibcxxOptionalSummaryProvider()
111 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxSmartPointerSummaryProvider()
223 auto __i_(valobj_sp->GetChildMemberWithName(g___i_, true)); in Update()
368 return valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true); in GetChildAtIndex()
375 ValueObjectSP shared_owners_sp(m_cntrl->GetChildMemberWithName( in GetChildAtIndex()
389 ValueObjectSP shared_weak_owners_sp(m_cntrl->GetChildMemberWithName( in GetChildAtIndex()
420 valobj_sp->GetChildMemberWithName(ConstString("__cntrl_"), true)); in Update()
H A DLibCxxTuple.cpp41 m_base_sp = m_backend.GetChildMemberWithName(ConstString("__base_"), true); in Update()
44 m_base_sp = m_backend.GetChildMemberWithName(ConstString("base_"), true); in Update()
H A DLibStdcpp.cpp104 valobj_sp->GetChildMemberWithName(ConstString("_M_node"), true)); in Update()
200 ValueObjectSP item_ptr(valobj_sp->GetChildMemberWithName(m_item_name, true)); in Update()
367 return valobj_sp->GetChildMemberWithName(ConstString("_M_ptr"), true); in GetChildAtIndex()
397 valobj_sp->GetChildMemberWithName(ConstString("_M_ptr"), true)); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxAtomic.cpp21 if (ValueObjectSP child = valobj.GetChildMemberWithName(g___a_, true)) { in LibCxxAtomicSummaryProvider()
65 m_real_child = m_backend.GetChildMemberWithName(g___a_, true).get(); in Update()
H A DLibCxxInitializerList.cpp67 ValueObjectSP size_sp(m_backend.GetChildMemberWithName(g___size_, true)); in CalculateNumChildren()
100 m_start = m_backend.GetChildMemberWithName(g___begin_, true).get(); in Update()
H A DLibStdcppUniquePointer.cpp69 valobj_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple()
74 obj_child_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple()
H A DLibCxxQueue.cpp48 ValueObjectSP c_sp = m_backend.GetChildMemberWithName(ConstString("c"), true); in Update()
H A DLibStdcppTuple.cpp72 child_sp->GetChildMemberWithName(ConstString("_M_head_impl"), true); in Update()
H A DLibCxxBitset.cpp67 m_first = m_backend.GetChildMemberWithName(ConstString("__first_"), true); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp490 exception_sp->GetChildMemberWithName(ConstString("reserved"), true); in GetBacktraceThreadFromException()
539 return_addresses->GetChildMemberWithName(ConstString("_frames"), true); in GetBacktraceThreadFromException()
542 return_addresses->GetChildMemberWithName(ConstString("_cnt"), true); in GetBacktraceThreadFromException()
545 return_addresses->GetChildMemberWithName(ConstString("_ignore"), true); in GetBacktraceThreadFromException()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h205 lldb::SBValue GetChildMemberWithName(const char *name);
209 lldb::SBValue GetChildMemberWithName(const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp95 valobj_sp->GetChildMemberWithName(ConstString("__f_"), true)); in FindLibCppStdFunctionCallableInfo()
99 member__f_->GetChildMemberWithName(ConstString("__f_"), true)); in FindLibCppStdFunctionCallableInfo()
H A DStackFrame.cpp586 valobj_sp = valobj_sp->GetChildMemberWithName(name_const_string, true); in GetValueForVariableExpressionPath()
682 child_valobj_sp = valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForVariableExpressionPath()
688 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp520 root = root->GetChildMemberWithName(name, true); in GetChildAtNamePath()
537 root = root->GetChildMemberWithName(name.first, name.second); in GetChildAtNamePath()
553 ValueObjectSP ValueObject::GetChildMemberWithName(const ConstString &name, in GetChildMemberWithName() function in ValueObject
2300 root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2319 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2328 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2337 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2342 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2370 root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2388 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
[all …]
H A DValueObjectRegister.cpp190 ValueObjectRegisterSet::GetChildMemberWithName(const ConstString &name, in GetChildMemberWithName() function in ValueObjectRegisterSet
H A DValueObjectSyntheticFilter.cpp287 ValueObjectSynthetic::GetChildMemberWithName(const ConstString &name, in GetChildMemberWithName() function in ValueObjectSynthetic
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h66 lldb::ValueObjectSP GetChildMemberWithName(const ConstString &name,
H A DValueObjectRegister.h107 lldb::ValueObjectSP GetChildMemberWithName(const ConstString &name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp859 SBValue SBValue::GetChildMemberWithName(const char *name) { in GetChildMemberWithName() function in SBValue
867 return GetChildMemberWithName(name, use_dynamic_value); in GetChildMemberWithName()
871 SBValue::GetChildMemberWithName(const char *name, in GetChildMemberWithName() function in SBValue
881 child_sp = value_sp->GetChildMemberWithName(str_name, true); in GetChildMemberWithName()

12