Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericOptional.cpp68 engaged_sp = m_backend.GetChildMemberWithName("__engaged_"); in Update()
70 engaged_sp = m_backend.GetChildMemberWithName("_M_payload") in Update()
71 ->GetChildMemberWithName("_M_engaged"); in Update()
95 val_sp = m_backend.GetChildMemberWithName("__engaged_") in GetChildAtIndex()
98 ->GetChildMemberWithName("__val_"); in GetChildAtIndex()
100 val_sp = m_backend.GetChildMemberWithName("_M_payload") in GetChildAtIndex()
101 ->GetChildMemberWithName("_M_payload"); in GetChildAtIndex()
105 ValueObjectSP candidate = val_sp->GetChildMemberWithName("_M_value"); in GetChildAtIndex()
H A DLibCxxUnorderedMap.cpp111 ValueObjectSP value_sp = node_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex()
112 ValueObjectSP hash_sp = node_sp->GetChildMemberWithName("__hash_"); in GetChildAtIndex()
123 first_sp = p1_sp->GetChildMemberWithName("__first_"); in GetChildAtIndex()
129 first_sp = p1_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex()
165 hash_sp = node_sp->GetChildMemberWithName("__hash_"); in GetChildAtIndex()
169 value_sp = node_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex()
182 value_sp = anon_union_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex()
189 m_next_element = node_sp->GetChildMemberWithName("__next_").get(); in GetChildAtIndex()
216 ValueObjectSP table_sp = m_backend.GetChildMemberWithName("__table_"); in Update()
220 ValueObjectSP p2_sp = table_sp->GetChildMemberWithName("__p2_"); in Update()
[all …]
H A DLibCxx.cpp57 value = pair.GetChildMemberWithName("__first_"); in GetFirstValueOfLibCXXCompressedPair()
74 value = pair.GetChildMemberWithName("__second_"); in GetSecondValueOfLibCXXCompressedPair()
1011 auto dataobj = GetChildMemberWithName( in LibcxxExtractStringViewData()
1013 auto sizeobj = GetChildMemberWithName( in LibcxxExtractStringViewData()
1092 ptr_sp = ptr_sp->GetChildMemberWithName("__rep_"); in LibcxxChronoSysSecondsSummaryProvider()
1127 ptr_sp = ptr_sp->GetChildMemberWithName("__rep_"); in LibcxxChronoSysDaysSummaryProvider()
1204 ptr_sp = ptr_sp->GetChildMemberWithName("__y_"); in LibcxxChronoYearMonthDaySummaryProvider()
1209 ptr_sp = valobj.GetChildMemberWithName("__m_"); in LibcxxChronoYearMonthDaySummaryProvider()
1212 ptr_sp = ptr_sp->GetChildMemberWithName("__m_"); in LibcxxChronoYearMonthDaySummaryProvider()
1217 ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoYearMonthDaySummaryProvider()
[all …]
H A DLibCxxVariant.cpp86 ValueObjectSP index_sp(impl_sp->GetChildMemberWithName("__index")); in LibcxxVariantGetIndexValidity()
114 ValueObjectSP index_sp(impl_sp->GetChildMemberWithName("__index")); in LibcxxVariantIndexValue()
123 ValueObjectSP data_sp(impl_sp->GetChildMemberWithName("__data")); in LibcxxVariantGetNthHead()
130 ValueObjectSP tail_sp(current_level->GetChildMemberWithName("__tail")); in LibcxxVariantGetNthHead()
138 return current_level->GetChildMemberWithName("__head"); in LibcxxVariantGetNthHead()
150 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider()
218 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in Update()
240 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in GetChildAtIndex()
267 ValueObjectSP head_value(nth_head->GetChildMemberWithName("__value")); in GetChildAtIndex()
H A DLibCxxVector.cpp122 m_backend.GetChildMemberWithName("__end_cap_")); in Update()
130 data_type_finder_sp->GetChildMemberWithName("__first_"); in Update()
137 first_elem_parent_sp->GetChildMemberWithName("__value_"); in Update()
152 m_start = m_backend.GetChildMemberWithName("__begin_").get(); in Update()
153 m_finish = m_backend.GetChildMemberWithName("__end_").get(); in Update()
250 ValueObjectSP size_sp(valobj_sp->GetChildMemberWithName("__size_")); in Update()
256 ValueObjectSP begin_sp(valobj_sp->GetChildMemberWithName("__begin_")); in Update()
H A DLibCxxList.cpp37 return ListEntry(m_entry_sp->GetChildMemberWithName("__next_")); in next()
43 return ListEntry(m_entry_sp->GetChildMemberWithName("__prev_")); in prev()
295 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__before_begin_")); in Update()
301 m_head = impl_sp->GetChildMemberWithName("__next_").get(); in Update()
316 ValueObjectSP size_alloc(m_backend.GetChildMemberWithName("__size_alloc_")); in CalculateNumChildren()
409 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__end_")); in Update()
412 m_head = impl_sp->GetChildMemberWithName("__next_").get(); in Update()
413 m_tail = impl_sp->GetChildMemberWithName("__prev_").get(); in Update()
H A DLibCxxMap.cpp218 ValueObjectSP m_item(m_tree->GetChildMemberWithName("__pair3_")); in CalculateNumChildren()
225 m_item = m_item->GetChildMemberWithName("__first_"); in CalculateNumChildren()
230 m_item = first_elem_parent->GetChildMemberWithName("__value_"); in CalculateNumChildren()
252 deref = deref->GetChildMemberWithName("__value_"); in GetDataType()
358 auto child_sp = iterated_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex()
422 m_tree = m_backend.GetChildMemberWithName("__tree_").get(); in Update()
425 m_root_node = m_tree->GetChildMemberWithName("__begin_node_").get(); in Update()
H A DLibCxxTuple.cpp48 base_sp = m_backend.GetChildMemberWithName("__base_"); in Update()
51 base_sp = m_backend.GetChildMemberWithName("base_"); in Update()
H A DLibCxxAtomic.cpp58 ValueObjectSP member__a_ = non_sythetic->GetChildMemberWithName("__a_"); in GetLibCxxAtomicValue()
63 member__a_->GetChildMemberWithName("__a_value"); in GetLibCxxAtomicValue()
H A DLibCxxInitializerList.cpp65 ValueObjectSP size_sp(m_backend.GetChildMemberWithName("__size_")); in CalculateNumChildren()
96 m_start = m_backend.GetChildMemberWithName("__begin_").get(); in Update()
H A DLibCxxSpan.cpp98 ValueObjectSP data_type_finder_sp = GetChildMemberWithName( in Update()
115 if (auto size_sp = GetChildMemberWithName( in Update()
H A DLibStdcpp.cpp113 ValueObjectSP _M_node_sp(valobj_sp->GetChildMemberWithName("_M_node")); in Update()
207 formatters::GetChildMemberWithName(*valobj_sp, m_item_names); in Update()
402 auto ptr_obj_sp = valobj_sp->GetChildMemberWithName("_M_ptr"); in Update()
436 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName("_M_ptr")); in LibStdcppSmartPointerSummaryProvider()
H A DLibStdcppUniquePointer.cpp72 ValueObjectSP obj_child_sp = valobj_sp->GetChildMemberWithName("_M_t"); in GetTuple()
76 ValueObjectSP obj_subchild_sp = obj_child_sp->GetChildMemberWithName("_M_t"); in GetTuple()
H A DLibCxxQueue.cpp52 ValueObjectSP c_sp = m_backend.GetChildMemberWithName("c"); in Update()
H A DLibCxxRangesRefView.cpp65 GetChildMemberWithName(m_backend, {ConstString("__range_")}); in Update()
H A DLibStdcppTuple.cpp76 child_sp->GetChildMemberWithName("_M_head_impl"); in Update()
H A DGenericBitset.cpp96 m_backend.GetChildMemberWithName(GetDataContainerMemberName()).get(); in Update()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionUtil.cpp21 if (this_val_sp->GetChildMemberWithName("this")) in GetLambdaValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueDocstrings.i133 ) lldb::SBValue::GetChildMemberWithName;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp517 exception_sp->GetChildMemberWithName("reserved"); in GetBacktraceThreadFromException()
570 auto frames_value = return_addresses->GetChildMemberWithName("_frames"); in GetBacktraceThreadFromException()
574 auto count_value = return_addresses->GetChildMemberWithName("_cnt"); in GetBacktraceThreadFromException()
578 auto ignore_value = return_addresses->GetChildMemberWithName("_ignore"); in GetBacktraceThreadFromException()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp401 root = root->GetChildMemberWithName(name); in GetChildAtNamePath()
415 ValueObjectSP ValueObject::GetChildMemberWithName(llvm::StringRef name, in GetChildMemberWithName() function in ValueObject
2094 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2113 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2122 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2131 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2136 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2163 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2181 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2190 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h207 lldb::SBValue GetChildMemberWithName(const char *name);
211 lldb::SBValue GetChildMemberWithName(const char *name,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp144 ValueObjectSP member_f_(valobj_sp->GetChildMemberWithName("__f_")); in FindLibCppStdFunctionCallableInfo()
147 ValueObjectSP sub_member_f_(member_f_->GetChildMemberWithName("__f_")); in FindLibCppStdFunctionCallableInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h55 lldb::ValueObjectSP GetChildMemberWithName(llvm::StringRef name,
H A DValueObjectSyntheticFilter.h57 lldb::ValueObjectSP GetChildMemberWithName(llvm::StringRef name,

12