HomeSort by: relevance | last modified time | path
    Searched refs:fixed_offset (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.h 39 : fixed_offset (0),
49 : fixed_offset (t.fixed_offset),
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; variable
106 * for this-adjusting thunks, after the FIXED_OFFSET based adjustment is
109 * for result-adjusting thunks, the FIXED_OFFSET adjustment is done afte
    [all...]
symtab-thunks.cc 112 streamer_write_uhwi_stream (ob->main_stream, fixed_offset);
122 fixed_offset = streamer_read_uhwi (ib);
140 (int)fixed_offset,
151 hstate.add_hwi (fixed_offset);
185 /* Adjust PTR by the constant FIXED_OFFSET, by the vtable offset indicated by
192 HOST_WIDE_INT fixed_offset, tree virtual_offset,
199 && fixed_offset != 0)
204 fixed_offset));
299 && fixed_offset != 0)
313 ptrtmp, fixed_offset);
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; local
    [all...]
ipa-polymorphic-call.cc 1006 0-thunk.fixed_offset. It starts with code that adds
1007 think.fixed_offset to the pointer to compensate for this.
1010 see pointer &bar-thunk.fixed_offset and need to compensate
1013 if (info && info->fixed_offset)
1014 offset -= info->fixed_offset * BITS_PER_UNIT;
1056 if (info && (info->virtual_offset_p || info->fixed_offset))
cgraph.cc 618 HOST_WIDE_INT fixed_offset,
646 i->fixed_offset = fixed_offset;
4291 gcc_checking_assert (i->fixed_offset || i->virtual_offset_p
cgraph.h 1048 HOST_WIDE_INT fixed_offset,
tree-inline.cc 4932 op = thunk_adjust (&iter, op, 1, info->fixed_offset,
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.h 39 : fixed_offset (0),
49 : fixed_offset (t.fixed_offset),
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; variable
106 * for this-adjusting thunks, after the FIXED_OFFSET based adjustment is
109 * for result-adjusting thunks, the FIXED_OFFSET adjustment is done afte
    [all...]
symtab-thunks.cc 112 streamer_write_uhwi_stream (ob->main_stream, fixed_offset);
122 fixed_offset = streamer_read_uhwi (ib);
140 (int)fixed_offset,
151 hstate.add_hwi (fixed_offset);
185 /* Adjust PTR by the constant FIXED_OFFSET, by the vtable offset indicated by
192 HOST_WIDE_INT fixed_offset, tree virtual_offset,
199 && fixed_offset != 0)
204 fixed_offset));
299 && fixed_offset != 0)
313 ptrtmp, fixed_offset);
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; local
    [all...]
ipa-polymorphic-call.cc 1007 0-thunk.fixed_offset. It starts with code that adds
1008 think.fixed_offset to the pointer to compensate for this.
1011 see pointer &bar-thunk.fixed_offset and need to compensate
1014 if (info && info->fixed_offset)
1015 offset -= info->fixed_offset * BITS_PER_UNIT;
1057 if (info && (info->virtual_offset_p || info->fixed_offset))
cgraph.cc 616 HOST_WIDE_INT fixed_offset,
644 i->fixed_offset = fixed_offset;
4228 gcc_checking_assert (i->fixed_offset || i->virtual_offset_p
cgraph.h 1045 HOST_WIDE_INT fixed_offset,
tree-inline.cc 4901 op = thunk_adjust (&iter, op, 1, info->fixed_offset,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 4372 mangle_call_offset (const tree fixed_offset, const tree virtual_offset)
4377 write_integer_cst (fixed_offset);
4389 covariant thunk to FN_DECL. FIXED_OFFSET is the initial adjustment
4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset,
4420 mangle_call_offset (fixed_offset, virtual_offset);
4424 mangle_call_offset (fixed_offset, virtual_offset);
4429 mangle_call_offset (fixed_offset, virtual_offset);
4430 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl));
4434 mangle_call_offset (fixed_offset, virtual_offset);
method.cc 52 FIXED_OFFSET and VIRTUAL_OFFSET indicate how to do the adjustment
53 (see thunk_adjust). VIRTUAL_OFFSET can be NULL, but FIXED_OFFSET
61 tree fixed_offset, tree virtual_offset)
79 d = tree_to_shwi (fixed_offset);
151 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk));
159 fixed_offset, virtual_offset, thunk);
261 HOST_WIDE_INT fixed_offset, virtual_value;
305 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl);
385 this_adjusting, fixed_offset, virtual_value,
150 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); local
260 HOST_WIDE_INT fixed_offset, virtual_value; local
class.cc 2646 tree fixed_offset, virtual_offset;
2654 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn));
2658 fixed_offset = virtual_offset = NULL_TREE;
2714 if (fixed_offset)
2718 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
2720 fixed_offset = offset;
2724 if (fixed_offset || virtual_offset)
2729 fixed_offset, virtual_offset);
2642 tree fixed_offset, virtual_offset; local
cp-tree.h 2948 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset;
5253 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
2939 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; member in union:lang_decl_u5
module.cc 6794 wi (lang->u.fn.u5.fixed_offset);
6873 lang->u.fn.u5.fixed_offset = wi ();
  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 4780 mangle_call_offset (const tree fixed_offset, const tree virtual_offset)
4785 write_integer_cst (fixed_offset);
4797 covariant thunk to FN_DECL. FIXED_OFFSET is the initial adjustment
4810 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset,
4828 mangle_call_offset (fixed_offset, virtual_offset);
4832 mangle_call_offset (fixed_offset, virtual_offset);
4837 mangle_call_offset (fixed_offset, virtual_offset);
4838 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl));
4842 mangle_call_offset (fixed_offset, virtual_offset);
method.cc 52 FIXED_OFFSET and VIRTUAL_OFFSET indicate how to do the adjustment
53 (see thunk_adjust). VIRTUAL_OFFSET can be NULL, but FIXED_OFFSET
61 tree fixed_offset, tree virtual_offset)
79 d = tree_to_shwi (fixed_offset);
151 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk));
159 fixed_offset, virtual_offset, thunk);
261 HOST_WIDE_INT fixed_offset, virtual_value;
305 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl);
385 this_adjusting, fixed_offset, virtual_value,
150 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); local
260 HOST_WIDE_INT fixed_offset, virtual_value; local
class.cc 2872 tree fixed_offset, virtual_offset;
2880 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn));
2884 fixed_offset = virtual_offset = NULL_TREE;
2940 if (fixed_offset)
2944 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
2946 fixed_offset = offset;
2950 if (fixed_offset || virtual_offset)
2955 fixed_offset, virtual_offset);
2868 tree fixed_offset, virtual_offset; local
cp-tree.h 3006 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset;
5381 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
2997 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; member in union:lang_decl_u5
module.cc 7076 wi (lang->u.fn.u5.fixed_offset);
7158 lang->u.fn.u5.fixed_offset = wi ();
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1868 int fixed_offset = -THUNK_LANG_OFFSET (thunk); local
1933 fixed_offset, 0, 0, 0, alias);

Completed in 155 milliseconds