Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp71 impl_sp->GetChildMemberWithName(ConstString("__index"), true)); in LibcxxVariantGetIndexValidity()
86 impl_sp->GetChildMemberWithName(ConstString("__index"), true)); in LibcxxVariantIndexValue()
96 impl_sp->GetChildMemberWithName(ConstString("__data"), true)); in LibcxxVariantGetNthHead()
104 current_level->GetChildMemberWithName(ConstString("__tail"), true)); in LibcxxVariantGetNthHead()
112 return current_level->GetChildMemberWithName(ConstString("__head"), true); in LibcxxVariantGetNthHead()
125 valobj_sp->GetChildMemberWithName(ConstString("__impl"), true)); in LibcxxVariantSummaryProvider()
193 m_backend.GetChildMemberWithName(ConstString("__impl"), true)); in Update()
215 m_backend.GetChildMemberWithName(ConstString("__impl"), true)); in GetChildAtIndex()
240 nth_head->GetChildMemberWithName(ConstString("__value"), true)); in GetChildAtIndex()
H A DLibCxxUnorderedMap.cpp87 node_sp->GetChildMemberWithName(ConstString("__value_"), true); in GetChildAtIndex()
89 node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex()
101 first_sp = p1_sp->GetChildMemberWithName(ConstString("__first_"), in GetChildAtIndex()
108 first_sp = p1_sp->GetChildMemberWithName(ConstString("__value_"), in GetChildAtIndex()
131 value_sp = node_sp->GetChildMemberWithName(ConstString("__value_"), true); in GetChildAtIndex()
132 hash_sp = node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex()
139 node_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in GetChildAtIndex()
167 m_backend.GetChildMemberWithName(ConstString("__table_"), true); in Update()
171 ValueObjectSP p2_sp = table_sp->GetChildMemberWithName( in Update()
178 num_elements_sp = p2_sp->GetChildMemberWithName( in Update()
[all …]
H A DLibCxxVector.cpp122 m_backend.GetChildMemberWithName(ConstString("__end_cap_"), true)); in Update()
129 data_type_finder_sp = data_type_finder_sp->GetChildMemberWithName( in Update()
136 data_type_finder_sp = first_elem_parent_sp->GetChildMemberWithName( in Update()
153 m_backend.GetChildMemberWithName(ConstString("__begin_"), true).get(); in Update()
155 m_backend.GetChildMemberWithName(ConstString("__end_"), true).get(); in Update()
253 valobj_sp->GetChildMemberWithName(ConstString("__size_"), true)); in Update()
260 valobj_sp->GetChildMemberWithName(ConstString("__begin_"), true)); in Update()
H A DLibCxxList.cpp39 return ListEntry(m_entry_sp->GetChildMemberWithName(g_next, true)); in next()
47 return ListEntry(m_entry_sp->GetChildMemberWithName(g_prev, true)); in prev()
300 m_backend.GetChildMemberWithName(ConstString("__before_begin_"), true)); in Update()
306 m_head = impl_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in Update()
322 m_backend.GetChildMemberWithName(ConstString("__size_alloc_"), true)); in CalculateNumChildren()
416 m_backend.GetChildMemberWithName(ConstString("__end_"), true)); in Update()
419 m_head = impl_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in Update()
420 m_tail = impl_sp->GetChildMemberWithName(ConstString("__prev_"), true).get(); in Update()
H A DLibCxxOptional.cpp40 m_backend.GetChildMemberWithName(ConstString("__engaged_"), true)); in Update()
62 m_backend.GetChildMemberWithName(ConstString("__engaged_"), true) in GetChildAtIndex()
65 ->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.cpp43 valobj_sp->GetChildMemberWithName(ConstString("__engaged_"), true)); in LibcxxOptionalSummaryProvider()
110 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxSmartPointerSummaryProvider()
154 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxUniquePointerSummaryProvider()
259 auto __i_(valobj_sp->GetChildMemberWithName(g___i_, true)); in Update()
403 return valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true); in GetChildAtIndex()
407 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)) { in GetChildAtIndex()
433 valobj_sp->GetChildMemberWithName(ConstString("__cntrl_"), true)); in Update()
512 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in Update()
H A DLibCxxTuple.cpp48 base_sp = m_backend.GetChildMemberWithName(ConstString("__base_"), true); in Update()
51 base_sp = m_backend.GetChildMemberWithName(ConstString("base_"), true); in Update()
H A DLibStdcpp.cpp103 valobj_sp->GetChildMemberWithName(ConstString("_M_node"), true)); in Update()
199 ValueObjectSP item_ptr(valobj_sp->GetChildMemberWithName(m_item_name, true)); in Update()
368 return valobj_sp->GetChildMemberWithName(ConstString("_M_ptr"), true); in GetChildAtIndex()
398 valobj_sp->GetChildMemberWithName(ConstString("_M_ptr"), true)); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxAtomic.cpp59 non_sythetic->GetChildMemberWithName(ConstString("__a_"), true); in GetLibCxxAtomicValue()
64 member__a_->GetChildMemberWithName(ConstString("__a_value"), true); in GetLibCxxAtomicValue()
H A DLibCxxInitializerList.cpp66 ValueObjectSP size_sp(m_backend.GetChildMemberWithName(g___size_, true)); in CalculateNumChildren()
99 m_start = m_backend.GetChildMemberWithName(g___begin_, true).get(); in Update()
H A DLibStdcppUniquePointer.cpp73 valobj_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple()
78 obj_child_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple()
H A DLibCxxQueue.cpp52 ValueObjectSP c_sp = m_backend.GetChildMemberWithName(ConstString("c"), true); in Update()
H A DLibStdcppTuple.cpp76 child_sp->GetChildMemberWithName(ConstString("_M_head_impl"), true); in Update()
H A DLibCxxBitset.cpp73 m_first = m_backend.GetChildMemberWithName(ConstString("__first_"), true).get(); in Update()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i286 GetChildMemberWithName (const char *name);
303 A new SBValue object that represents the child member value.") GetChildMemberWithName;
305 GetChildMemberWithName (const char *name, lldb::DynamicValueType use_dynamic);
583 item = item.GetChildMemberWithName(next_item_name)
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp149 pair.GetChildMemberWithName(ConstString("__value_"), true); in GetValueOfLibCXXCompressedPair()
152 value = pair.GetChildMemberWithName(ConstString("__first_"), true); in GetValueOfLibCXXCompressedPair()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp515 exception_sp->GetChildMemberWithName(ConstString("reserved"), true); in GetBacktraceThreadFromException()
570 return_addresses->GetChildMemberWithName(ConstString("_frames"), true); in GetBacktraceThreadFromException()
575 return_addresses->GetChildMemberWithName(ConstString("_cnt"), true); in GetBacktraceThreadFromException()
580 return_addresses->GetChildMemberWithName(ConstString("_ignore"), true); in GetBacktraceThreadFromException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp435 root = root->GetChildMemberWithName(name, true); in GetChildAtNamePath()
452 root = root->GetChildMemberWithName(name.first, name.second); in GetChildAtNamePath()
468 ValueObjectSP ValueObject::GetChildMemberWithName(ConstString name, in GetChildMemberWithName() function in ValueObject
2137 root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2156 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2165 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2174 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2179 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2207 root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2693 ->GetChildMemberWithName(ConstString("$$dereference$$"), true) in Dereference()
[all …]
H A DValueObjectRegister.cpp128 ValueObjectRegisterSet::GetChildMemberWithName(ConstString name, in GetChildMemberWithName() function in ValueObjectRegisterSet
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h200 lldb::SBValue GetChildMemberWithName(const char *name);
204 lldb::SBValue GetChildMemberWithName(const char *name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp142 valobj_sp->GetChildMemberWithName(ConstString("__f_"), true)); in FindLibCppStdFunctionCallableInfo()
146 member__f_->GetChildMemberWithName(ConstString("__f_"), true)); in FindLibCppStdFunctionCallableInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp726 SBValue SBValue::GetChildMemberWithName(const char *name) { in GetChildMemberWithName() function in SBValue
727 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, GetChildMemberWithName, in GetChildMemberWithName()
737 return LLDB_RECORD_RESULT(GetChildMemberWithName(name, use_dynamic_value)); in GetChildMemberWithName()
741 SBValue::GetChildMemberWithName(const char *name, in GetChildMemberWithName() function in SBValue
743 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, GetChildMemberWithName, in GetChildMemberWithName()
753 child_sp = value_sp->GetChildMemberWithName(str_name, true); in GetChildMemberWithName()
1599 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetChildMemberWithName, in RegisterMethods()
1601 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetChildMemberWithName, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h54 lldb::ValueObjectSP GetChildMemberWithName(ConstString name,
H A DValueObjectSyntheticFilter.h55 lldb::ValueObjectSP GetChildMemberWithName(ConstString name,

12