Searched refs:debugargs (Results 1 – 2 of 2) sorted by relevance
2414 vec<tree, va_gc> **debugargs = decl_debug_args_lookup (function); in output_function() local2415 if (! debugargs) in output_function()2419 streamer_write_uhwi (ob, (*debugargs)->length ()); in output_function()2420 for (unsigned i = 0; i < (*debugargs)->length (); ++i) in output_function()2421 stream_write_tree (ob, (**debugargs)[i], true); in output_function()
1371 vec<tree, va_gc> **debugargs = decl_debug_args_insert (fn_decl); in input_function() local1372 vec_safe_grow (*debugargs, n_debugargs, true); in input_function()1374 (**debugargs)[i] = stream_read_tree (ib, data_in); in input_function()