Home
last modified time | relevance | path

Searched defs:dw_cfa_location (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.h125 struct GTY(()) dw_cfa_location { struct
126 poly_int64_pod offset;
127 poly_int64_pod base_offset;
129 unsigned int reg;
130 BOOL_BITFIELD indirect : 1; /* 1 if CFA is accessed via a dereference. */
131 BOOL_BITFIELD in_use : 1; /* 1 if a saved cfa is stored here. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.h160 struct GTY(()) dw_cfa_location { struct
161 poly_int64_pod offset;
162 poly_int64_pod base_offset;
164 struct cfa_reg reg;
165 BOOL_BITFIELD indirect : 1; /* 1 if CFA is accessed via a dereference. */
166 BOOL_BITFIELD in_use : 1; /* 1 if a saved cfa is stored here. */