Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp72 in_value.GetPointerValue().address, in GetTypeInfo()
113 in_value.GetPointerValue().address); in GetTypeInfo()
125 in_value.GetPointerValue().address, in GetTypeInfo()
141 in_value.GetPointerValue().address, in GetTypeInfo()
157 in_value.GetPointerValue().address, in GetTypeInfo()
170 in_value.GetPointerValue().address, in GetTypeInfo()
232 ? in_value.GetPointerValue() in GetVTableInfo()
355 in_value.GetPointerValue().address + offset_to_top; in GetDynamicTypeAndAddress()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp27 auto [func_ptr_address, func_ptr_address_type] = valobj.GetPointerValue(); in CXXFunctionPointerSummaryProvider()
H A DFormattersHelpers.cpp119 data_addr = valobj.GetPointerValue(); in GetArrayAddressOrPointerValue()
H A DTypeFormat.cpp83 Address address(valobj->GetPointerValue().address); in FormatObject()
H A DValueObjectPrinter.cpp545 if (valobj.GetPointerValue().address == 0) in ShouldPrintChildren()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectChild.cpp121 m_value.GetScalar() = parent->GetPointerValue().address; in UpdateValue()
H A DValueObject.cpp659 addr_t cstr_address = GetPointerValue().address; in IsCStringContainer()
709 is_pointer_type ? GetPointerValue() : GetAddressOf(true); in GetPointeeData()
919 cstr_address = GetPointerValue(); in ReadPointedString()
1628 ValueObject::AddrAndType ValueObject::GetPointerValue() { in GetPointerValue() function in ValueObject
2947 addr_t ptr_value = GetPointerValue().address; in CastPointerType()
2960 addr_t ptr_value = GetPointerValue().address; in CastPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp33 auto [frame_ptr_addr, addr_type] = ptr_sp->GetPointerValue(); in GetCoroFramePtrFromHandle()
H A DLibCxxList.cpp391 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue().address; in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp58 const addr_t object_ptr = in_value.GetPointerValue().address; in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp804 const addr_t object_ptr = in_value.GetPointerValue().address; in GetDynamicTypeAndAddress()
1533 addr_t isa_pointer = valobj.GetPointerValue().address; in GetClassDescriptorImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp536 value_sp = GetPointerValue(0); in GetValue()
670 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anon31ea58350111::ReturnValueExtractor
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp273 addr_t isa_pointer = valobj.GetPointerValue().address; in GetClassDescriptor()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h583 AddrAndType GetPointerValue();