Lines Matching refs:PushUint8
53 this->PushUint8(DW_CFA_advance_loc | delta);
55 this->PushUint8(DW_CFA_advance_loc1);
56 this->PushUint8(delta);
58 this->PushUint8(DW_CFA_advance_loc2);
61 this->PushUint8(DW_CFA_advance_loc4);
113 this->PushUint8(DW_CFA_nop);
123 this->PushUint8(DW_CFA_offset | reg.num());
126 this->PushUint8(DW_CFA_offset_extended);
132 this->PushUint8(DW_CFA_offset_extended_sf);
143 this->PushUint8(DW_CFA_restore | reg.num());
145 this->PushUint8(DW_CFA_restore_extended);
154 this->PushUint8(DW_CFA_undefined);
162 this->PushUint8(DW_CFA_same_value);
171 this->PushUint8(DW_CFA_register);
180 this->PushUint8(DW_CFA_remember_state);
187 this->PushUint8(DW_CFA_restore_state);
195 this->PushUint8(DW_CFA_def_cfa);
200 this->PushUint8(DW_CFA_def_cfa_sf);
211 this->PushUint8(DW_CFA_def_cfa_register);
221 this->PushUint8(DW_CFA_def_cfa_offset);
225 this->PushUint8(DW_CFA_def_cfa_offset_sf);
240 this->PushUint8(DW_CFA_val_offset);
244 this->PushUint8(DW_CFA_val_offset_sf);
255 this->PushUint8(DW_CFA_def_cfa_expression);
265 this->PushUint8(DW_CFA_expression);
276 this->PushUint8(DW_CFA_val_expression);