Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp27 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
H A DTypeFormat.cpp81 Address address(valobj->GetPointerValue()); in FormatObject()
H A DValueObjectPrinter.cpp515 if (m_valobj->GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp122 m_value.GetScalar() = parent->GetPointerValue(); in UpdateValue()
H A DValueObject.cpp659 cstr_address = GetPointerValue(&cstr_address_type); in IsCStringContainer()
709 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()
903 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()
1433 addr_t ValueObject::GetPointerValue(AddressType *address_type) { in GetPointerValue() function in ValueObject
2774 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
2788 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp57 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp704 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
1442 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp379 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp534 value_sp = GetPointerValue(0); in GetValue()
666 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anon00c983e90111::ReturnValueExtractor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp241 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp208 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h565 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);