Searched refs:vtable_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Drtti.c807 tree vtable_ptr;
838 vtable_ptr = ti->vtable;
839 if (!vtable_ptr)
856 vtable_ptr = get_vtable_decl (real_type, /*complete=*/1);
857 vtable_ptr = build_unary_op (ADDR_EXPR, vtable_ptr, 0);
860 vtable_ptr = build2
861 (PLUS_EXPR, TREE_TYPE (vtable_ptr), vtable_ptr,
866 ti->vtable = vtable_ptr;
804 tree vtable_ptr; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp248 lldb::addr_t vtable_ptr,
259 const lldb::addr_t base_offset_addr = vtable_ptr + vbtable_index * 4;
272 vtable_ptr + base_offset_offset.getQuantity();
290 lldb::addr_t vtable_ptr =
292 if (vtable_ptr == LLDB_INVALID_ADDRESS)
296 *process, vtable_ctx, vtable_ptr, cxx_record_decl, base_class_decl);
246 ReadVBaseOffsetFromVTable(Process &process, VTableContextBase &vtable_ctx, lldb::addr_t vtable_ptr, const CXXRecordDecl *cxx_record_decl, const CXXRecordDecl *base_class_decl) argument

Completed in 133 milliseconds