Searched refs:GetPointerValue (Results 1 – 13 of 13) sorted by relevance
28 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
140 data_addr = valobj.GetPointerValue(&type); in GetArrayAddressOrPointerValue()
82 Address address(valobj->GetPointerValue()); in FormatObject()
515 if (m_valobj->GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
122 m_value.GetScalar() = parent->GetPointerValue(); in UpdateValue()
659 cstr_address = GetPointerValue(&cstr_address_type); in IsCStringContainer()709 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()905 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()1436 addr_t ValueObject::GetPointerValue(AddressType *address_type) { in GetPointerValue() function in ValueObject2777 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()2791 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
58 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
783 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()1529 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
379 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
534 value_sp = GetPointerValue(0); in GetValue()666 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anonaee447650111::ReturnValueExtractor
264 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
208 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
565 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);