GCC Middle and Back End API Reference
block_location_info Class Reference

Public Member Functions

 block_location_info (unsigned _source_file_idx)
 

Data Fields

unsigned source_file_idx
 
vector< unsignedlines
 

Detailed Description

Describes which locations (lines and files) are associated with
a basic block.   

Constructor & Destructor Documentation

◆ block_location_info()

block_location_info::block_location_info ( unsigned _source_file_idx)
inline

Field Documentation

◆ lines

vector<unsigned> block_location_info::lines

◆ source_file_idx

unsigned block_location_info::source_file_idx

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