Searched refs:GetPointerValue (Results 1 – 12 of 12) sorted by relevance
28 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
83 Address address(valobj->GetPointerValue()); in FormatObject()
513 if (m_valobj->GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
131 lldb::addr_t addr = parent->GetPointerValue(); in UpdateValue()
791 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()983 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()1531 addr_t ValueObject::GetPointerValue(AddressType *address_type) { in GetPointerValue() function in ValueObject2928 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()2942 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
56 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
431 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()1175 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
244 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
391 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
544 value_sp = GetPointerValue(0); in GetValue()676 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anon1cbc4b130111::ReturnValueExtractor
215 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
582 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);