GCC Middle and Back End API Reference
dw_loc_descr_node Struct Reference

#include <dwarf2out.h>

Collaboration diagram for dw_loc_descr_node:

Data Fields

dw_loc_descr_ref dw_loc_next
 
enum dwarf_location_atom dw_loc_opc: 8
 
unsigned int dtprel: 1
 
unsigned int frame_offset_rel: 1
 
int dw_loc_addr
 
dw_val_node dw_loc_oprnd1
 
dw_val_node dw_loc_oprnd2
 

Detailed Description

Locations in memory are described using a sequence of stack machine
operations.   

Field Documentation

◆ dtprel

unsigned int dw_loc_descr_node::dtprel

◆ dw_loc_addr

int dw_loc_descr_node::dw_loc_addr

◆ dw_loc_next

◆ dw_loc_opc

◆ dw_loc_oprnd1

◆ dw_loc_oprnd2

◆ frame_offset_rel

unsigned int dw_loc_descr_node::frame_offset_rel

Referenced by resolve_args_picking_1().


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