Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp28 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
H A DFormattersHelpers.cpp120 data_addr = valobj.GetPointerValue(&type); in GetArrayAddressOrPointerValue()
H A DTypeFormat.cpp83 Address address(valobj->GetPointerValue()); in FormatObject()
H A DValueObjectPrinter.cpp515 if (m_valobj->GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp34 lldb::addr_t frame_ptr_addr = ptr_sp->GetPointerValue(&addr_type); in GetCoroFramePtrFromHandle()
H A DLibCxxList.cpp379 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectChild.cpp120 m_value.GetScalar() = parent->GetPointerValue(); in UpdateValue()
H A DValueObject.cpp668 cstr_address = GetPointerValue(&cstr_address_type); in IsCStringContainer()
718 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()
914 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()
1445 addr_t ValueObject::GetPointerValue(AddressType *address_type) { in GetPointerValue() function in ValueObject
2789 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
2803 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp58 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp783 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
1529 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp535 value_sp = GetPointerValue(0); in GetValue()
667 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anondf7718cc0111::ReturnValueExtractor
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp265 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp208 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h565 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);