Searched refs:ehspec_data (Results 1 – 1 of 1) sorted by relevance
235 varray_type ehspec_data; member1279 VARRAY_PUSH_TREE (cfun->eh->ehspec_data, TREE_VALUE (list)); in add_ehspec_entry()1284 push_uleb128 (&cfun->eh->ehspec_data, in add_ehspec_entry()1289 VARRAY_PUSH_TREE (cfun->eh->ehspec_data, NULL_TREE); in add_ehspec_entry()1291 VARRAY_PUSH_UCHAR (cfun->eh->ehspec_data, 0); in add_ehspec_entry()1310 VARRAY_TREE_INIT (cfun->eh->ehspec_data, 64, "ehspec_data"); in assign_filter_values()1312 VARRAY_UCHAR_INIT (cfun->eh->ehspec_data, 64, "ehspec_data"); in assign_filter_values()3644 || VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data) > 0); in output_function_exception_table()3781 n = VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data); in output_function_exception_table()3786 tree type = VARRAY_TREE (cfun->eh->ehspec_data, i); in output_function_exception_table()[all …]