Home
last modified time | relevance | path

Searched refs:GetPointerValue (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/DataFormatters/
DCF.cpp87 expr.Printf("(int)CFBagGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBagSummaryProvider()
281 expr.Printf("(int)CFBinaryHeapGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBinaryHeapSummaryProvider()
DNSDictionary.cpp215 …f("(id)[(NSArray*)[(id)0x%" PRIx64 " allKeys] objectAtIndex:%zu]",m_backend.GetPointerValue(),idx); in GetChildAtIndex()
217 …value_fetcher_expr.Printf("(id)[(id)0x%" PRIx64 " objectForKey:(%s)]",m_backend.GetPointerValue(),… in GetChildAtIndex()
DCXXFormatterFunctions.cpp43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector); in ExtractValueFromObjCExpression()
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector); in ExtractSummaryFromObjCExpression()
/external/lldb/source/Core/
DValueObjectChild.cpp131 lldb::addr_t addr = parent->GetPointerValue (); in UpdateValue()
DValueObjectConstResultImpl.cpp55 lldb::addr_t tgt_address = m_impl_backend->GetPointerValue(); in DerefOnTarget()
DValueObject.cpp788 addr_t func_ptr_address = GetPointerValue (&func_ptr_address_type); in GetSummaryAsCString()
911 …lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) : GetAddressOf(true, &addr_type); in GetPointeeData()
1151 cstr_address = GetPointerValue (&cstr_address_type); in ReadPointedString()
1351 Address address(GetPointerValue()); in GetValueAsCString()
1760 ValueObject::GetPointerValue (AddressType *address_type) in GetPointerValue() function in ValueObject
3515 if (valobj->GetPointerValue (&ptr_address_type) == 0) in DumpValueObject_Impl()
3844 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType()
3863 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp66 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp61 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
DAppleObjCRuntimeV2.cpp380 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
1618 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp537 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/external/lldb/include/lldb/Core/
DValueObject.h845 GetPointerValue (AddressType *address_type = NULL);