Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDCF.cpp87 expr.Printf("(int)CFBagGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBagSummaryProvider()
281 expr.Printf("(int)CFBinaryHeapGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBinaryHeapSummaryProvider()
HDTypeFormat.cpp101 Address address(valobj->GetPointerValue()); in FormatObject()
HDNSDictionary.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()
HDValueObjectPrinter.cpp412 if (m_valobj->GetPointerValue (&ptr_address_type) == 0) in ShouldPrintChildren()
HDCXXFormatterFunctions.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()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectChild.cpp131 lldb::addr_t addr = parent->GetPointerValue (); in UpdateValue()
HDValueObjectConstResultImpl.cpp55 lldb::addr_t tgt_address = m_impl_backend->GetPointerValue(); in DerefOnTarget()
HDValueObject.cpp876 addr_t func_ptr_address = GetPointerValue (&func_ptr_address_type); in GetSummaryAsCString()
999 …lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) : GetAddressOf(true, &addr_type); in GetPointeeData()
1239 cstr_address = GetPointerValue (&cstr_address_type); in ReadPointedString()
1811 ValueObject::GetPointerValue (AddressType *address_type) in GetPointerValue() function in ValueObject
3606 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType()
3625 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType()
/trueos/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp67 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp537 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h650 GetPointerValue (AddressType *address_type = NULL);