Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp28 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
H A DTypeFormat.cpp83 Address address(valobj->GetPointerValue()); in FormatObject()
H A DValueObjectPrinter.cpp513 if (m_valobj->GetPointerValue(&ptr_address_type) == 0) in ShouldPrintChildren()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp131 lldb::addr_t addr = parent->GetPointerValue(); in UpdateValue()
H A DValueObject.cpp791 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()
983 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()
1531 addr_t ValueObject::GetPointerValue(AddressType *address_type) { in GetPointerValue() function in ValueObject
2928 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
2942 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp56 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp431 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress()
1175 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp244 addr_t isa_pointer = valobj.GetPointerValue(); in GetClassDescriptor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp391 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp544 value_sp = GetPointerValue(0); in GetValue()
676 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue() function in __anon1cbc4b130111::ReturnValueExtractor
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp215 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h582 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);