Home
last modified time | relevance | path

Searched refs:debugargs (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer-out.cc2414 vec<tree, va_gc> **debugargs = decl_debug_args_lookup (function); in output_function() local
2415 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()
Dlto-streamer-in.cc1371 vec<tree, va_gc> **debugargs = decl_debug_args_insert (fn_decl); in input_function() local
1372 vec_safe_grow (*debugargs, n_debugargs, true); in input_function()
1374 (**debugargs)[i] = stream_read_tree (ib, data_in); in input_function()