| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 239 ->GetValueAsUnsigned(0); in ConvertToStructuredArray() 258 ->GetValueAsUnsigned(0); in RetrieveString() 273 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds() 349 ->GetValueAsUnsigned(0)); in RetrieveReportData() 358 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() 370 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() 398 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() 416 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); in RetrieveReportData() 419 ->GetValueAsUnsigned(0)); in RetrieveReportData() 431 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 49 engaged_sp->GetValueAsUnsigned(0) == 1 ? "true" : "false"); in LibcxxOptionalSummaryProvider() 119 if (ptr_sp->GetValueAsUnsigned(0) == 0) { in LibcxxSmartPointerSummaryProvider() 135 stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider() 139 stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider() 162 if (ptr_sp->GetValueAsUnsigned(0) == 0) { in LibcxxUniquePointerSummaryProvider() 178 stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0)); in LibcxxUniquePointerSummaryProvider() 277 auto addr(m_pair_ptr->GetValueAsUnsigned(LLDB_INVALID_ADDRESS)); in Update() 538 uint64_t value = valobj.GetValueAsUnsigned(0); in LibcxxContainerSummaryProvider() 590 size_mode_value = (size_mode->GetValueAsUnsigned(0)); in ExtractLibcxxStringInfo() 597 size_mode_value = (size_mode->GetValueAsUnsigned(0)); in ExtractLibcxxStringInfo() [all …]
|
| H A D | LibStdcpp.cpp | 107 m_pair_address = _M_node_sp->GetValueAsUnsigned(0); in Update() 202 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update() 207 "item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, in Update() 408 if (ptr_sp->GetValueAsUnsigned(0) == 0 || in LibStdcppSmartPointerSummaryProvider() 409 usecount_sp->GetValueAsUnsigned(0) == 0) { in LibStdcppSmartPointerSummaryProvider() 426 stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0)); in LibStdcppSmartPointerSummaryProvider()
|
| 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() 256 m_count = size_sp->GetValueAsUnsigned(0); in Update() 265 m_base_data_address = begin_sp->GetValueAsUnsigned(0); in Update()
|
| H A D | LibCxxList.cpp | 53 return m_entry_sp->GetValueAsUnsigned(0); in value() 326 m_count = value->GetValueAsUnsigned(UINT32_MAX); in CalculateNumChildren() 332 uint64_t next_val = m_head->GetValueAsUnsigned(0); in CalculateNumChildren() 333 uint64_t prev_val = m_tail->GetValueAsUnsigned(0); in CalculateNumChildren() 412 m_node_address = backend_addr->GetValueAsUnsigned(0); in Update()
|
| H A D | LibCxxUnorderedMap.cpp | 137 {value_sp.get(), hash_sp->GetValueAsUnsigned(0)}); in GetChildAtIndex() 140 if (!m_next_element || m_next_element->GetValueAsUnsigned(0) == 0) in GetChildAtIndex() 198 m_num_elements = num_elements_sp->GetValueAsUnsigned(0); in Update()
|
| H A D | LibCxxInitializerList.cpp | 68 m_num_elements = size_sp->GetValueAsUnsigned(0); in CalculateNumChildren() 78 offset = offset + m_start->GetValueAsUnsigned(0); in GetChildAtIndex()
|
| H A D | LibCxxOptional.cpp | 48 m_has_value = engaged_sp->GetValueAsUnsigned(0) == 1; in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 150 ->GetValueAsUnsigned(0); in RetrieveReportData() 155 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData() 163 ->GetValueAsUnsigned(0); in RetrieveReportData() 166 ->GetValueAsUnsigned(0); in RetrieveReportData() 169 ->GetValueAsUnsigned(0); in RetrieveReportData() 172 ->GetValueAsUnsigned(0); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CoreMedia.cpp | 42 auto value = value_sp->GetValueAsUnsigned(0); in CMTimeSummaryProvider() 43 auto timescale = (int32_t)timescale_sp->GetValueAsUnsigned( in CMTimeSummaryProvider() 46 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() 253 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSIndexSetSummaryProvider() 443 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSNumberSummaryProvider() 656 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSDecimalNumberSummaryProvider() 718 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSURLSummaryProvider() 734 if (!text || text->GetValueAsUnsigned(0) == 0) in NSURLSummaryProvider() 738 if (base && base->GetValueAsUnsigned(0)) { in NSURLSummaryProvider() [all …]
|
| H A D | NSString.cpp | 74 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSStringSummaryProvider() 233 valobj.GetValueAsUnsigned(0), in NSStringSummaryProvider() 237 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; in NSStringSummaryProvider() 303 uint64_t pointer_value = valobj.GetValueAsUnsigned(0); in NSAttributedStringSummaryProvider() 320 child_sp->GetValueAsUnsigned(0); in NSAttributedStringSummaryProvider()
|
| H A D | CF.cpp | 66 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in CFBagSummaryProvider() 128 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in CFBitVectorSummaryProvider() 248 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in CFBinaryHeapSummaryProvider()
|
| H A D | NSError.cpp | 36 return valobj.GetParent()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer() 38 lldb::addr_t ptr_value = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer()
|
| H A D | NSException.cpp | 44 ptr = valobj.GetParent()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in ExtractFields() 46 ptr = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in ExtractFields()
|
| H A D | NSDictionary.cpp | 400 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSDictionarySummaryProvider() 601 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update() 733 return m_hashtable.Update(valobj_sp->GetValueAsUnsigned(0), m_exe_ctx_ref); in Update() 874 m_backend.GetValueAsUnsigned(LLDB_INVALID_ADDRESS) + ptr_size; in GetChildAtIndex() 963 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update() 1129 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update()
|
| H A D | NSSet.cpp | 272 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSSetSummaryProvider() 451 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update() 582 return m_hashtable.Update(valobj_sp->GetValueAsUnsigned(0), m_exe_ctx_ref); in Update() 729 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update()
|
| H A D | NSArray.cpp | 340 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0); in NSArraySummaryProvider() 503 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update() 647 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update() 677 object_at_idx = m_backend.GetSP()->GetValueAsUnsigned(0) + m_ptr_size; in GetChildAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValue.i | 108 GetValueAsUnsigned(SBError& error, uint64_t fail_value=0); 114 GetValueAsUnsigned(uint64_t fail_value=0); 508 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o… 540 if not val or val.GetValueAsUnsigned() == 0: 579 while not end_of_list_test(item) and not item.GetValueAsUnsigned() in visited: 580 visited.add(item.GetValueAsUnsigned())
|
| H A D | SBTypeEnumMember.i | 34 GetValueAsUnsigned(); 52 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeEnumMember.cpp | 78 uint64_t SBTypeEnumMember::GetValueAsUnsigned() { in GetValueAsUnsigned() function in SBTypeEnumMember 79 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBTypeEnumMember, GetValueAsUnsigned); in GetValueAsUnsigned() 82 return m_opaque_sp->GetValueAsUnsigned(); in GetValueAsUnsigned() 215 LLDB_REGISTER_METHOD(uint64_t, SBTypeEnumMember, GetValueAsUnsigned, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 116 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject() 117 tid_t tid = tid_sp->GetValueAsUnsigned(0) + 1; in CreateHistoryThreadFromValueObject() 130 addr_t pc = trace_sp->GetChildAtIndex(i, true)->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 280 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString() 281 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString() 313 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetData() 314 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 59 uint64_t GetValueAsUnsigned(lldb::SBError &error, uint64_t fail_value = 0); 63 uint64_t GetValueAsUnsigned(uint64_t fail_value = 0);
|
| H A D | SBTypeEnumMember.h | 33 uint64_t GetValueAsUnsigned();
|