Searched refs:GetPointerValue (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/DataFormatters/ |
D | CF.cpp | 87 expr.Printf("(int)CFBagGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBagSummaryProvider() 281 expr.Printf("(int)CFBinaryHeapGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBinaryHeapSummaryProvider()
|
D | NSDictionary.cpp | 215 …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()
|
D | CXXFormatterFunctions.cpp | 43 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/ |
D | ValueObjectChild.cpp | 131 lldb::addr_t addr = parent->GetPointerValue (); in UpdateValue()
|
D | ValueObjectConstResultImpl.cpp | 55 lldb::addr_t tgt_address = m_impl_backend->GetPointerValue(); in DerefOnTarget()
|
D | ValueObject.cpp | 788 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/ |
D | ItaniumABILanguageRuntime.cpp | 66 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 61 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
|
D | AppleObjCRuntimeV2.cpp | 380 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress() 1618 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
|
/external/lldb/source/Target/ |
D | ObjCLanguageRuntime.cpp | 537 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
|
/external/lldb/include/lldb/Core/ |
D | ValueObject.h | 845 GetPointerValue (AddressType *address_type = NULL);
|