Home
last modified time | relevance | path

Searched refs:producer_string (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc25078 static char *producer_string; variable
25133 add_AT_string (die, DW_AT_producer, producer_string ? producer_string : ""); in gen_compile_unit_die()
32910 producer_string = gen_producer_string (lang_hooks.name, in dwarf2out_early_finish()
32914 producer_string = concat (lang_hooks.name, " ", version_string, NULL); in dwarf2out_early_finish()
32917 producer->dw_attr_val.v.val_str = find_AT_string (producer_string); in dwarf2out_early_finish()
33249 XDELETEVEC (producer_string); in dwarf2out_cc_finalize()
33250 producer_string = NULL; in dwarf2out_cc_finalize()
H A DChangeLog-20124445 here, instead add "" if producer_string is NULL.
H A DChangeLog-201117333 (producer_string): New variable.
H A DChangeLog-20144343 * dwarf2out.c (dwarf2out_c_finalize): Free producer_string.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c24385 static char *producer_string; variable
24546 add_AT_string (die, DW_AT_producer, producer_string ? producer_string : ""); in gen_compile_unit_die()
32070 producer_string = gen_producer_string (); in dwarf2out_early_finish()
32072 producer->dw_attr_val.v.val_str = find_AT_string (producer_string); in dwarf2out_early_finish()
32412 XDELETEVEC (producer_string); in dwarf2out_c_finalize()
32413 producer_string = NULL; in dwarf2out_c_finalize()