GCC Middle and Back End API Reference
lto_input_block Class Reference

#include <lto-streamer.h>

Collaboration diagram for lto_input_block:

Public Member Functions

 lto_input_block (const char *data_, unsigned int p_, unsigned int len_, const lto_file_decl_data *file_data_)
 
 lto_input_block (const char *data_, unsigned int len_, const lto_file_decl_data *file_data_)
 

Data Fields

const chardata
 
const lto_file_decl_datafile_data
 
unsigned int p
 
unsigned int len
 

Detailed Description

Structure used as buffer for reading an LTO file.   

Constructor & Destructor Documentation

◆ lto_input_block() [1/2]

lto_input_block::lto_input_block ( const char * data_,
unsigned int p_,
unsigned int len_,
const lto_file_decl_data * file_data_ )
inline

◆ lto_input_block() [2/2]

lto_input_block::lto_input_block ( const char * data_,
unsigned int len_,
const lto_file_decl_data * file_data_ )
inline

Field Documentation

◆ data

const char* lto_input_block::data

◆ file_data

◆ len

◆ p

unsigned int lto_input_block::p

Referenced by omp_requires_to_name().


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