GCC Middle and Back End API Reference
lto_simple_header Struct Reference

#include <lto-streamer.h>

Collaboration diagram for lto_simple_header:

Data Fields

struct lto_header lto_header
int32_t main_size
int32_t compressed_size

Detailed Description

The is the first part of the record in an LTO file for many of the IPA passes.


Field Documentation

int32_t lto_simple_header::compressed_size

Size of main stream when compressed.

struct lto_header lto_simple_header::lto_header

The header for all types of sections.

int32_t lto_simple_header::main_size

Size of main gimple body of function.


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