Home
last modified time | relevance | path

Searched refs:object_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp905 lldb::addr_t object_ptr = LLDB_INVALID_ADDRESS; in AddArguments() local
929 object_ptr = m_ctx_obj->GetAddressOf(false, &address_type); in AddArguments()
930 if (object_ptr == LLDB_INVALID_ADDRESS || in AddArguments()
936 object_ptr = in AddArguments()
939 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
947 object_ptr = 0; in AddArguments()
964 args.push_back(object_ptr); in AddArguments()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp58 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress() local
59 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp797 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress() local
798 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()