Searched refs:vtable_type (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gnu-v3-abi.c | 180 struct type *vtable_type = gdbarch_data (current_gdbarch, in vtable_address_point_offset() local 183 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset() 192 struct type *vtable_type = gdbarch_data (current_gdbarch, in gnuv3_rtti_type() local 228 vtable = value_at_lazy (vtable_type, in gnuv3_rtti_type() 284 struct type *vtable_type = gdbarch_data (current_gdbarch, in gnuv3_virtual_fn_field() local 332 vtable = value_at_lazy (vtable_type, in gnuv3_virtual_fn_field() 363 struct type *vtable_type = gdbarch_data (current_gdbarch, in gnuv3_baseclass_offset() local 413 vtable = value_at_lazy (vtable_type, in gnuv3_baseclass_offset()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 684 build_vtable (tree class_type, tree name, tree vtable_type) in build_vtable() argument 688 decl = build_lang_decl (VAR_DECL, name, vtable_type); in build_vtable()
|