Searched refs:streamer_hooks (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | streamer-hooks.h | 37 struct streamer_hooks { struct 69 streamer_hooks.write_tree (OB, EXPR, REF_P, REF_P) argument 72 streamer_hooks.write_tree (OB, EXPR, REF_P, false) 75 streamer_hooks.read_tree (IB, DATA_IN) 78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN) 81 streamer_hooks.output_location (OB, BP, LOC) 84 streamer_hooks.output_location_and_block (OB, BP, LOC) 87 extern struct streamer_hooks streamer_hooks;
|
H A D | streamer-hooks.cc | 29 struct streamer_hooks streamer_hooks; variable 36 memset (&streamer_hooks, 0, sizeof (streamer_hooks)); in streamer_hooks_init()
|
H A D | lto-streamer.cc | 275 streamer_hooks.write_tree = lto_output_tree; in lto_streamer_hooks_init() 276 streamer_hooks.read_tree = lto_input_tree; in lto_streamer_hooks_init() 277 streamer_hooks.input_location = lto_input_location; in lto_streamer_hooks_init() 278 streamer_hooks.output_location = lto_output_location; in lto_streamer_hooks_init() 279 streamer_hooks.output_location_and_block = lto_output_location_and_block; in lto_streamer_hooks_init()
|
H A D | ChangeLog-2011 | 629 * streamer-hooks.h (struct streamer_hooks): Add second 8710 * streamer-hooks.h (struct streamer_hooks): Add hooks 8713 streamer_hooks.input_location, if set. 8715 streamer_hooks.output_location, if set. 14738 * streamer-hooks.h (struct streamer_hooks): Remove fields 14767 (lto_streamer_hooks_init): Set streamer_hooks.write_tree to 14768 lto_output_tree and streamer_hooks.read_tree to lto_input_tree. 14771 * streamer-hooks.h (struct streamer_hooks): Remove fields 15221 (streamer_hooks): Move to streamer-hooks.c. 15240 (struct streamer_hooks): Move to streamer-hooks.h. [all …]
|
H A D | ChangeLog-2020 | 13921 * streamer-hooks.h (struct streamer_hooks): Add 13934 streamer_hooks.output_location_and_block.
|
H A D | ChangeLog-2012 | 8394 * streamer-hooks.h (struct streamer_hooks): Adjust prototype
|
H A D | ChangeLog-2015 | 37204 * streamer-hooks.h (struct streamer_hooks): Make input_location to take
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | streamer-hooks.h | 37 struct streamer_hooks { struct 69 streamer_hooks.write_tree (OB, EXPR, REF_P, REF_P) argument 72 streamer_hooks.write_tree (OB, EXPR, REF_P, false) 75 streamer_hooks.read_tree (IB, DATA_IN) 78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN) 81 streamer_hooks.output_location (OB, BP, LOC) 84 streamer_hooks.output_location_and_block (OB, BP, LOC) 87 extern struct streamer_hooks streamer_hooks;
|
H A D | streamer-hooks.c | 29 struct streamer_hooks streamer_hooks; variable 36 memset (&streamer_hooks, 0, sizeof (streamer_hooks)); in streamer_hooks_init()
|
H A D | lto-streamer.c | 285 streamer_hooks.write_tree = lto_output_tree; in lto_streamer_hooks_init() 286 streamer_hooks.read_tree = lto_input_tree; in lto_streamer_hooks_init() 287 streamer_hooks.input_location = lto_input_location; in lto_streamer_hooks_init() 288 streamer_hooks.output_location = lto_output_location; in lto_streamer_hooks_init() 289 streamer_hooks.output_location_and_block = lto_output_location_and_block; in lto_streamer_hooks_init()
|