GCC Middle and Back End API Reference
lang_hooks_for_lto Struct 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)
 

Detailed Description

Language hooks related to LTO serialization.   

Field Documentation

◆ append_data

void(* lang_hooks_for_lto::append_data) (const void *data, size_t len, void *block)

◆ begin_section

void(* lang_hooks_for_lto::begin_section) (const char *name)

Referenced by lto_begin_section().

◆ end_section

void(* lang_hooks_for_lto::end_section) (void)

Referenced by lto_end_section().


The documentation for this struct was generated from the following file: