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

Referenced by lto_encoder_entry().

◆ in_partition

unsigned int lto_encoder_entry::in_partition

Referenced by lto_encoder_entry().

◆ initializer

unsigned int lto_encoder_entry::initializer

Referenced by lto_encoder_entry().

◆ node

symtab_node* lto_encoder_entry::node

◆ only_for_inlining

unsigned int lto_encoder_entry::only_for_inlining

Referenced by lto_encoder_entry().


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