GCC Middle and Back End API Reference
block_symbol Struct Reference

#include <rtl.h>

Collaboration diagram for block_symbol:

Data Fields

rtunion fld [2]
 
struct object_blockblock
 
HOST_WIDE_INT offset
 

Detailed Description

This structure remembers the position of a SYMBOL_REF within an
object_block structure.  A SYMBOL_REF only provides this information
if SYMBOL_REF_HAS_BLOCK_INFO_P is true.   

Field Documentation

◆ block

struct object_block* block_symbol::block

Referenced by create_block_symbol().

◆ fld

rtunion block_symbol::fld[2]

◆ offset

HOST_WIDE_INT block_symbol::offset

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