Searched refs:action_record_data (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | except.cc | 1043 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values() 2339 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record() 2349 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record() 2351 next -= crtl->eh.action_record_data->length () + 1; in add_action_record() 2352 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record() 2563 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges() 3094 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table() 3156 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
|
| D | function.h | 145 vec<uchar, va_gc> *action_record_data; member
|
| D | ChangeLog-2008 | 22312 Move filter, exc_ptr, ttype_data, ehspec_data, action_record_data and
|
| D | ChangeLog-2009 | 9707 action_record_data member to a VEC.
|