Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp907 lldb::addr_t object_ptr = LLDB_INVALID_ADDRESS; in AddArguments() local
932 object_ptr = m_ctx_obj->GetAddressOf(false, &address_type); in AddArguments()
933 if (object_ptr == LLDB_INVALID_ADDRESS || in AddArguments()
939 object_ptr = in AddArguments()
942 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
950 object_ptr = 0; in AddArguments()
967 args.push_back(object_ptr); in AddArguments()
/openbsd/gnu/llvm/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.cpp783 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress() local
784 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-19951405 (build_signature_method_call): Add the delta to the object_ptr
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.11054 (build_signature_method_call): Add the delta to the object_ptr
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdb.texinfo5751 set $foo = *object_ptr
5756 @code{object_ptr}.