Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp72 in_value.GetPointerValue(), in GetTypeInfo()
113 in_value.GetPointerValue()); in GetTypeInfo()
126 in_value.GetPointerValue(), in_value.GetTypeName().AsCString(), in GetTypeInfo()
142 in_value.GetPointerValue(), in GetTypeInfo()
159 in_value.GetPointerValue(), in GetTypeInfo()
172 in_value.GetPointerValue(), in GetTypeInfo()
235 original_ptr = in_value.GetPointerValue(&address_type); in GetVTableInfo()
359 lldb::addr_t dynamic_addr = in_value.GetPointerValue() + offset_to_top; in GetDynamicTypeAndAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDCXXFunctionPointer.cpp29 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
HDFormattersHelpers.cpp121 data_addr = valobj.GetPointerValue(&type); in GetArrayAddressOrPointerValue()
HDTypeFormat.cpp83 Address address(valobj->GetPointerValue()); in FormatObject()
HDValueObjectPrinter.cpp553 if (valobj.GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCoroutines.cpp36 lldb::addr_t frame_ptr_addr = ptr_sp->GetPointerValue(&addr_type); in GetCoroFramePtrFromHandle()
HDLibCxxList.cpp373 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectChild.cpp122 m_value.GetScalar() = parent->GetPointerValue(); in UpdateValue()
HDValueObject.cpp654 cstr_address = GetPointerValue(&cstr_address_type); in IsCStringContainer()
704 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()
898 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()
1602 addr_t ValueObject::GetPointerValue(AddressType *address_type) { in GetPointerValue() function in ValueObject
2983 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
2997 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV1.cpp58 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
HDAppleObjCRuntimeV2.cpp797 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
1517 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
HDABISysV_ppc64.cpp533 value_sp = GetPointerValue(0); in GetValue()
665 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anon203bafcf0111::ReturnValueExtractor
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
HDObjCLanguageRuntime.cpp273 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObject.h579 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);