Home
last modified time | relevance | path

Searched refs:GetValueAsUnsigned (Results 1 – 25 of 62) 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.cpp109 ->GetValueAsUnsigned(0); in RetrieveReportData()
114 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()
116 return_value_sp->GetValueForExpressionPath(".bp")->GetValueAsUnsigned(0); in RetrieveReportData()
118 return_value_sp->GetValueForExpressionPath(".sp")->GetValueAsUnsigned(0); in RetrieveReportData()
120 ->GetValueAsUnsigned(0); in RetrieveReportData()
123 ->GetValueAsUnsigned(0); in RetrieveReportData()
126 ->GetValueAsUnsigned(0); in RetrieveReportData()
129 ->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()
109 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
141 m_size = size->GetValueAsUnsigned(0); in Update()
142 m_stride = stride->GetValueAsUnsigned(0); in Update()
H A DLibCxxProxyArray.cpp86 uint64_t start_val = m_start->GetValueAsUnsigned(0); in CalculateNumChildren()
87 uint64_t finish_val = m_finish->GetValueAsUnsigned(0); in CalculateNumChildren()
108 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
115 const size_t value = indirect->GetValueAsUnsigned(0); in GetChildAtIndex()
120 offset = offset + m_base->GetValueAsUnsigned(0); in GetChildAtIndex()
H A DLibCxx.cpp203 uint64_t ctrl_addr = ctrl_sp->GetValueAsUnsigned(0, &success); in LibcxxSmartPointerSummaryProvider()
210 uint64_t count = count_sp->GetValueAsUnsigned(0, &success); in LibcxxSmartPointerSummaryProvider()
223 uint64_t count = weak_count_sp->GetValueAsUnsigned(0, &success); in LibcxxSmartPointerSummaryProvider()
514 short_mode = !is_long->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()
515 size = size_sp->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()
518 size_mode_value = size_sp->GetValueAsUnsigned(0); in ExtractLibcxxStringInfo()
551 size = size_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
552 uint64_t capacity = capacity_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
652 uint64_t size = sizeobj->GetValueAsUnsigned(0, &success); in LibcxxExtractStringViewData()
853 const unsigned month = ptr_sp->GetValueAsUnsigned(0); in LibcxxChronoMonthSummaryProvider()
[all …]
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()
120 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
252 m_count = size_sp->GetValueAsUnsigned(0); in Update()
260 m_base_data_address = begin_sp->GetValueAsUnsigned(0); in Update()
H A DLibStdcpp.cpp115 m_pair_address = _M_node_sp->GetValueAsUnsigned(0); in Update()
209 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update()
214 "item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, in Update()
342 uint64_t pi_addr = pi_sp->GetValueAsUnsigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
360 int64_t count = weak_count_sp->GetValueAsUnsigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxValarray.cpp68 uint64_t start_val = m_start->GetValueAsUnsigned(0); in CalculateNumChildren()
69 uint64_t finish_val = m_finish->GetValueAsUnsigned(0); in CalculateNumChildren()
90 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
H A DLibCxxList.cpp50 return m_entry_sp->GetValueAsUnsigned(0); in value()
340 m_count = size_node_sp->GetValueAsUnsigned(UINT32_MAX); in CalculateNumChildren()
345 uint64_t next_val = m_head->GetValueAsUnsigned(0); in CalculateNumChildren()
346 uint64_t prev_val = m_tail->GetValueAsUnsigned(0); in CalculateNumChildren()
424 m_node_address = backend_addr->GetValueAsUnsigned(0); in Update()
H A DLibCxxUnorderedMap.cpp195 {value_sp.get(), hash_sp->GetValueAsUnsigned(0)}); in GetChildAtIndex()
197 if (!m_next_element || m_next_element->GetValueAsUnsigned(0) == 0) in GetChildAtIndex()
224 return size_sp->GetValueAsUnsigned(0); in CalculateNumChildrenImpl()
236 return num_elements_sp->GetValueAsUnsigned(0); in CalculateNumChildrenImpl()
H A DLibCxxInitializerList.cpp65 m_num_elements = size_sp->GetValueAsUnsigned(0); in CalculateNumChildren()
75 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
H A DMsvcStlSmartPointer.cpp38 uint64_t ctrl_addr = ctrl_sp->GetValueAsUnsigned(0, &success); in MsvcStlSmartPointerSummaryProvider()
46 uses = uses_sp->GetValueAsUnsigned(0, &success); in MsvcStlSmartPointerSummaryProvider()
56 uint64_t count = weak_count_sp->GetValueAsUnsigned(0, &success); in MsvcStlSmartPointerSummaryProvider()
H A DLibCxxSpan.cpp86 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
120 m_num_elements = size_sp->GetValueAsUnsigned(0); in Update()
H A DMsvcStl.cpp65 uint64_t size = size_sp->GetValueAsUnsigned(0, &success); in ExtractMsvcStlStringInfo()
68 uint64_t capacity = capacity_sp->GetValueAsUnsigned(0, &success); in ExtractMsvcStlStringInfo()
H A DLibCxxVariant.cpp108 uint64_t index_value = index_sp->GetValueAsUnsigned(0); in LibcxxVariantGetIndexValidity()
122 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.cpp57 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSBundleSummaryProvider()
108 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSTimeZoneSummaryProvider()
157 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSNotificationSummaryProvider()
206 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSMachPortSummaryProvider()
253 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSIndexSetSummaryProvider()
456 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSNumberSummaryProvider()
735 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSDecimalNumberSummaryProvider()
797 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSURLSummaryProvider()
813 if (!text || text->GetValueAsUnsigned(0) == 0) in NSURLSummaryProvider()
817 if (base && base->GetValueAsUnsigned(0)) { in NSURLSummaryProvider()
[all …]
H A DNSString.cpp55 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSStringSummaryProvider()
222 explicit_length = length_valobj_sp->GetValueAsUnsigned(0) >> 20; in NSStringSummaryProvider()
223 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; in NSStringSummaryProvider()
289 uint64_t pointer_value = valobj.GetValueAsUnsigned(0); in NSAttributedStringSummaryProvider()
306 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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i90 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o…
122 if not val or val.GetValueAsUnsigned() == 0:
161 while not end_of_list_test(item) and not item.GetValueAsUnsigned() in visited:
162 visited.add(item.GetValueAsUnsigned())
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp111 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
112 lldb::tid_t tid = tid_sp->GetValueAsUnsigned(0) + 1; in CreateHistoryThreadFromValueObject()
125 addr_t pc = trace_sp->GetChildAtIndex(i)->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectDynamicValue.cpp317 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString()
318 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString()
350 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetData()
351 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()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp132 if (ptr.GetValueAsUnsigned(0) == 0) { in DumpCxxSmartPtrPointerSummary()
146 stream.Printf("ptr = 0x%" PRIx64, ptr.GetValueAsUnsigned(0)); in DumpCxxSmartPtrPointerSummary()

123