| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 219 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 D | ReportRetriever.cpp | 109 ->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 D | LibCxxSliceArray.cpp | 31 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 D | LibCxxProxyArray.cpp | 86 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 D | LibCxx.cpp | 203 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 D | LibCxxVector.cpp | 89 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 D | LibStdcpp.cpp | 115 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 D | LibCxxValarray.cpp | 68 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 D | LibCxxList.cpp | 50 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 D | LibCxxUnorderedMap.cpp | 195 {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 D | LibCxxInitializerList.cpp | 65 m_num_elements = size_sp->GetValueAsUnsigned(0); in CalculateNumChildren() 75 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
|
| H A D | MsvcStlSmartPointer.cpp | 38 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 D | LibCxxSpan.cpp | 86 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex() 120 m_num_elements = size_sp->GetValueAsUnsigned(0); in Update()
|
| H A D | MsvcStl.cpp | 65 uint64_t size = size_sp->GetValueAsUnsigned(0, &success); in ExtractMsvcStlStringInfo() 68 uint64_t capacity = capacity_sp->GetValueAsUnsigned(0, &success); in ExtractMsvcStlStringInfo()
|
| H A D | LibCxxVariant.cpp | 108 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 D | InstrumentationRuntimeASan.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CoreMedia.cpp | 44 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 D | Cocoa.cpp | 57 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 D | NSString.cpp | 55 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 D | CF.cpp | 66 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 D | SBValueExtensions.i | 90 …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 D | MemoryHistoryASan.cpp | 111 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 D | ValueObjectDynamicValue.cpp | 317 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 D | SBTypeEnumMember.cpp | 72 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 D | FormattersHelpers.cpp | 132 if (ptr.GetValueAsUnsigned(0) == 0) { in DumpCxxSmartPtrPointerSummary() 146 stream.Printf("ptr = 0x%" PRIx64, ptr.GetValueAsUnsigned(0)); in DumpCxxSmartPtrPointerSummary()
|