Searched refs:vcall_offset (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | class.c | 8779 tree vcall_offset; in add_vcall_offset() local 8824 vcall_offset = build_zero_cst (vtable_entry_type); in add_vcall_offset() 8833 vcall_offset = size_diffop_loc (input_location, in add_vcall_offset() 8836 vcall_offset = fold_build1_loc (input_location, in add_vcall_offset() 8838 vcall_offset); in add_vcall_offset() 8841 CONSTRUCTOR_APPEND_ELT (vid->inits, NULL_TREE, vcall_offset); in add_vcall_offset()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | class.c | 9569 tree vcall_offset; in add_vcall_offset() local 9611 vcall_offset = build_zero_cst (vtable_entry_type); in add_vcall_offset() 9620 vcall_offset = size_diffop_loc (input_location, in add_vcall_offset() 9623 vcall_offset = fold_build1_loc (input_location, in add_vcall_offset() 9625 vcall_offset); in add_vcall_offset() 9628 CONSTRUCTOR_APPEND_ELT (vid->inits, NULL_TREE, vcall_offset); in add_vcall_offset()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | target.def | 331 *(*this + vcall_offset) should be added to THIS. */ 336 HOST_WIDE_INT vcall_offset, tree function), 349 HOST_WIDE_INT vcall_offset, const_tree function),
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | i386.c | 32280 HOST_WIDE_INT vcall_offset, const_tree function) in x86_can_output_mi_thunk() argument 32291 if (vcall_offset) in x86_can_output_mi_thunk() 32311 HOST_WIDE_INT vcall_offset, tree function) in x86_output_mi_thunk() argument 32336 else if (vcall_offset) in x86_output_mi_thunk() 32365 if (vcall_offset) in x86_output_mi_thunk() 32377 vcall_addr = plus_constant (tmp, vcall_offset); in x86_output_mi_thunk() 32382 emit_move_insn (tmp2, GEN_INT (vcall_offset)); in x86_output_mi_thunk()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | target.def | 618 *(*this + vcall_offset) should be added to THIS. */ 634 Then, if @var{vcall_offset} is nonzero, an additional adjustment should be\n\ 639 p += (*((ptrdiff_t **)p))[vcall_offset/sizeof(ptrdiff_t)]\n\ 661 HOST_WIDE_INT vcall_offset, tree function), 678 HOST_WIDE_INT vcall_offset, const_tree function),
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.c | 41696 x86_can_output_mi_thunk (const_tree, HOST_WIDE_INT, HOST_WIDE_INT vcall_offset, in x86_can_output_mi_thunk() argument 41708 if (vcall_offset) in x86_can_output_mi_thunk() 41727 HOST_WIDE_INT vcall_offset, tree function) in x86_output_mi_thunk() argument 41757 else if (vcall_offset) in x86_output_mi_thunk() 41786 if (vcall_offset) in x86_output_mi_thunk() 41798 vcall_addr = plus_constant (Pmode, tmp, vcall_offset); in x86_output_mi_thunk() 41803 emit_move_insn (tmp2, GEN_INT (vcall_offset)); in x86_output_mi_thunk()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | tm.texi | 4861 …ree @var{thunk_fndecl}, HOST_WIDE_INT @var{delta}, HOST_WIDE_INT @var{vcall_offset}, tree @var{fun… 4875 Then, if @var{vcall_offset} is nonzero, an additional adjustment should be 4880 p += (*((ptrdiff_t **)p))[vcall_offset/sizeof(ptrdiff_t)] 4903 …ree @var{thunk_fndecl}, HOST_WIDE_INT @var{delta}, HOST_WIDE_INT @var{vcall_offset}, const_tree @v…
|
| HD | tm.texi.in | 4812 Then, if @var{vcall_offset} is nonzero, an additional adjustment should be 4817 p += (*((ptrdiff_t **)p))[vcall_offset/sizeof(ptrdiff_t)]
|