Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp714 lldb::addr_t object_ptr = LLDB_INVALID_ADDRESS; in AddArguments() local
737 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
743 object_ptr = 0; in AddArguments()
760 args.push_back(object_ptr); in AddArguments()
/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() local
57 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp431 const addr_t object_ptr = in_value.GetPointerValue(); in GetDynamicTypeAndAddress() local
432 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19951405 (build_signature_method_call): Add the delta to the object_ptr
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-14840 set $foo = *object_ptr
4843 `object_ptr'.
H A Dgdb.texinfo5734 set $foo = *object_ptr
5739 @code{object_ptr}.