Home
last modified time | relevance | path

Searched refs:GetValueAsUnsigned (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp219 trace_value_object->GetChildAtIndex(j)->GetValueAsUnsigned(0); in CreateStackTrace()
236 ->GetValueAsUnsigned(0); in ConvertToStructuredArray()
255 ->GetValueAsUnsigned(0); in RetrieveString()
270 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
272 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
349 ->GetValueAsUnsigned(0)); in RetrieveReportData()
359 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
372 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
376 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), in RetrieveReportData()
380 o->GetValueForExpressionPath(".size")->GetValueAsUnsigned(0)); in RetrieveReportData()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp102 ->GetValueAsUnsigned(0); in RetrieveReportData()
107 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()
109 return_value_sp->GetValueForExpressionPath(".bp")->GetValueAsUnsigned(0); in RetrieveReportData()
111 return_value_sp->GetValueForExpressionPath(".sp")->GetValueAsUnsigned(0); in RetrieveReportData()
113 ->GetValueAsUnsigned(0); in RetrieveReportData()
116 ->GetValueAsUnsigned(0); in RetrieveReportData()
119 ->GetValueAsUnsigned(0); in RetrieveReportData()
122 ->GetValueAsUnsigned(0); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSliceArray.cpp31 const size_t size = ptr_sp->GetValueAsUnsigned(0); in LibcxxStdSliceArraySummaryProvider()
36 const size_t stride = ptr_sp->GetValueAsUnsigned(0); in LibcxxStdSliceArraySummaryProvider()
111 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
142 m_size = size->GetValueAsUnsigned(0); in Update()
143 m_stride = stride->GetValueAsUnsigned(0); in Update()
H A DLibCxx.cpp141 if (ptr_sp->GetValueAsUnsigned(0) == 0) { in LibcxxSmartPointerSummaryProvider()
157 stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()
161 stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()
164 stream.Printf(" weak=%" PRIu64, 1 + weakcount_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()
183 if (ptr_sp->GetValueAsUnsigned(0) == 0) { in LibcxxUniquePointerSummaryProvider()
199 stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0)); in LibcxxUniquePointerSummaryProvider()
396 uint64_t value = valobj.GetValueAsUnsigned(0); in LibcxxContainerSummaryProvider()
456 short_mode = !is_long->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()
457 size = size_sp->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()
460 size_mode_value = size_sp->GetValueAsUnsigned(0); in ExtractLibcxxStringInfo()
[all …]
H A DLibCxxProxyArray.cpp88 uint64_t start_val = m_start->GetValueAsUnsigned(0); in CalculateNumChildren()
89 uint64_t finish_val = m_finish->GetValueAsUnsigned(0); in CalculateNumChildren()
110 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
117 const size_t value = indirect->GetValueAsUnsigned(0); in GetChildAtIndex()
122 offset = offset + m_base->GetValueAsUnsigned(0); in GetChildAtIndex()
H A DLibCxxVector.cpp89 uint64_t start_val = m_start->GetValueAsUnsigned(0); in CalculateNumChildren()
90 uint64_t finish_val = m_finish->GetValueAsUnsigned(0); in CalculateNumChildren()
111 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
240 m_count = size_sp->GetValueAsUnsigned(0); in Update()
248 m_base_data_address = begin_sp->GetValueAsUnsigned(0); in Update()
H A DLibCxxValarray.cpp70 uint64_t start_val = m_start->GetValueAsUnsigned(0); in CalculateNumChildren()
71 uint64_t finish_val = m_finish->GetValueAsUnsigned(0); in CalculateNumChildren()
92 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
H A DLibStdcpp.cpp117 m_pair_address = _M_node_sp->GetValueAsUnsigned(0); in Update()
211 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update()
216 "item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, in Update()
452 if (ptr_sp->GetValueAsUnsigned(0) == 0 || in LibStdcppSmartPointerSummaryProvider()
453 usecount_sp->GetValueAsUnsigned(0) == 0) { in LibStdcppSmartPointerSummaryProvider()
470 stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0)); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxList.cpp49 return m_entry_sp->GetValueAsUnsigned(0); in value()
320 m_count = value->GetValueAsUnsigned(UINT32_MAX); in CalculateNumChildren()
326 uint64_t next_val = m_head->GetValueAsUnsigned(0); in CalculateNumChildren()
327 uint64_t prev_val = m_tail->GetValueAsUnsigned(0); in CalculateNumChildren()
406 m_node_address = backend_addr->GetValueAsUnsigned(0); in Update()
H A DLibCxxInitializerList.cpp67 m_num_elements = size_sp->GetValueAsUnsigned(0); in CalculateNumChildren()
77 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
H A DLibCxxSpan.cpp88 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
118 m_num_elements = size_sp->GetValueAsUnsigned(0); in Update()
H A DLibCxxUnorderedMap.cpp197 {value_sp.get(), hash_sp->GetValueAsUnsigned(0)}); in GetChildAtIndex()
199 if (!m_next_element || m_next_element->GetValueAsUnsigned(0) == 0) in GetChildAtIndex()
249 m_num_elements = num_elements_sp->GetValueAsUnsigned(0); in Update()
H A DLibCxxVariant.cpp105 uint64_t index_value = index_sp->GetValueAsUnsigned(0); in LibcxxVariantGetIndexValidity()
119 return {index_sp->GetValueAsUnsigned(0)}; in LibcxxVariantIndexValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp44 auto value = value_sp->GetValueAsUnsigned(0); in CMTimeSummaryProvider()
45 auto timescale = (int32_t)timescale_sp->GetValueAsUnsigned( in CMTimeSummaryProvider()
48 auto flags = Flags(flags_sp->GetValueAsUnsigned(0) & in CMTimeSummaryProvider()
H A DCocoa.cpp58 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSBundleSummaryProvider()
109 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSTimeZoneSummaryProvider()
158 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSNotificationSummaryProvider()
207 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSMachPortSummaryProvider()
254 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSIndexSetSummaryProvider()
457 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSNumberSummaryProvider()
736 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSDecimalNumberSummaryProvider()
798 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSURLSummaryProvider()
814 if (!text || text->GetValueAsUnsigned(0) == 0) in NSURLSummaryProvider()
818 if (base && base->GetValueAsUnsigned(0)) { in NSURLSummaryProvider()
[all …]
H A DNSString.cpp55 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSStringSummaryProvider()
217 explicit_length = length_valobj_sp->GetValueAsUnsigned(0) >> 20; in NSStringSummaryProvider()
218 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; in NSStringSummaryProvider()
284 uint64_t pointer_value = valobj.GetValueAsUnsigned(0); in NSAttributedStringSummaryProvider()
301 child_sp->GetValueAsUnsigned(0); in NSAttributedStringSummaryProvider()
H A DCF.cpp66 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in CFBagSummaryProvider()
124 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in CFBitVectorSummaryProvider()
244 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in CFBinaryHeapSummaryProvider()
H A DNSError.cpp35 return valobj.GetParent()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer()
37 lldb::addr_t ptr_value = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer()
H A DNSException.cpp43 ptr = valobj.GetParent()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in ExtractFields()
45 ptr = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in ExtractFields()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i76 unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value of this SBValue as an usigned integer.''')
108 if not val or val.GetValueAsUnsigned() == 0:
147 while not end_of_list_test(item) and not item.GetValueAsUnsigned() in visited:
148 visited.add(item.GetValueAsUnsigned())
H A DSBTypeEnumMemberExtensions.i16 unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value of this enum member as a unsigned integer.''')
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp109 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
110 tid_t tid = tid_sp->GetValueAsUnsigned(0) + 1; in CreateHistoryThreadFromValueObject()
123 addr_t pc = trace_sp->GetChildAtIndex(i)->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp293 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString()
294 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString()
326 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetData()
327 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetData()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp72 uint64_t SBTypeEnumMember::GetValueAsUnsigned() { in GetValueAsUnsigned() function in SBTypeEnumMember
76 return m_opaque_sp->GetValueAsUnsigned(); in GetValueAsUnsigned()

123