Searched defs:dw_cfa_location (Results 1 – 2 of 2) sorted by relevance
125 struct GTY(()) dw_cfa_location { struct126 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. */
160 struct GTY(()) dw_cfa_location { struct161 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. */