Searched refs:separate_line_info_table_allocated (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c3939 static GTY ((length ("separate_line_info_table_allocated"))) variable
3943 static GTY(()) unsigned separate_line_info_table_allocated;
13845 == separate_line_info_table_allocated)
13847 separate_line_info_table_allocated += LINE_INFO_TABLE_INCREMENT;
13850 separate_line_info_table_allocated

Completed in 125 milliseconds