| /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 | 102 ->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 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() 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 D | LibCxx.cpp | 141 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 D | LibCxxProxyArray.cpp | 88 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 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() 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 D | LibCxxValarray.cpp | 70 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 D | LibStdcpp.cpp | 117 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 D | LibCxxList.cpp | 49 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 D | LibCxxInitializerList.cpp | 67 m_num_elements = size_sp->GetValueAsUnsigned(0); in CalculateNumChildren() 77 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
|
| H A D | LibCxxSpan.cpp | 88 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex() 118 m_num_elements = size_sp->GetValueAsUnsigned(0); in Update()
|
| H A D | LibCxxUnorderedMap.cpp | 197 {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 D | LibCxxVariant.cpp | 105 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 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 | 58 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 D | NSString.cpp | 55 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 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()
|
| H A D | NSError.cpp | 35 return valobj.GetParent()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer() 37 lldb::addr_t ptr_value = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer()
|
| H A D | NSException.cpp | 43 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 D | SBValueExtensions.i | 76 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 D | SBTypeEnumMemberExtensions.i | 16 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 D | MemoryHistoryASan.cpp | 109 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 D | ValueObjectDynamicValue.cpp | 293 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 D | SBTypeEnumMember.cpp | 72 uint64_t SBTypeEnumMember::GetValueAsUnsigned() { in GetValueAsUnsigned() function in SBTypeEnumMember 76 return m_opaque_sp->GetValueAsUnsigned(); in GetValueAsUnsigned()
|