GCC Middle and Back End API Reference
|
#include <langhooks.h>
Data Fields | |
void(* | begin_section )(const char *name) |
void(* | append_data )(const void *data, size_t len, void *block) |
void(* | end_section )(void) |
Language hooks related to LTO serialization.
Referenced by lto_append_data(), and lto_write_stream().
void(* lang_hooks_for_lto::begin_section)(const char *name) |
Referenced by lto_begin_section().
void(* lang_hooks_for_lto::end_section)(void) |
Referenced by lto_end_section().