GCC Middle and Back End API Reference
lto_encoder_entry Struct Reference

#include <lto-streamer.h>

Collaboration diagram for lto_encoder_entry:

Public Member Functions

 lto_encoder_entry (symtab_node *n)
 

Data Fields

symtab_nodenode
 
unsigned int in_partition:1
 
unsigned int body:1
 
unsigned int only_for_inlining:1
 
unsigned int initializer:1
 

Detailed Description

Entry of LTO symtab encoder.   

Constructor & Destructor Documentation

◆ lto_encoder_entry()

lto_encoder_entry::lto_encoder_entry ( symtab_node * n)
inline

Field Documentation

◆ body

unsigned int lto_encoder_entry::body

◆ in_partition

unsigned int lto_encoder_entry::in_partition

◆ initializer

unsigned int lto_encoder_entry::initializer

◆ node

◆ only_for_inlining

unsigned int lto_encoder_entry::only_for_inlining

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