Lines Matching refs:PushUint8
53 this->PushUint8(DW_CFA_advance_loc | delta); in AdvancePC()
55 this->PushUint8(DW_CFA_advance_loc1); in AdvancePC()
56 this->PushUint8(delta); in AdvancePC()
58 this->PushUint8(DW_CFA_advance_loc2); in AdvancePC()
61 this->PushUint8(DW_CFA_advance_loc4); in AdvancePC()
115 this->PushUint8(DW_CFA_nop); in Nop()
125 this->PushUint8(DW_CFA_offset | reg.num()); in Offset()
128 this->PushUint8(DW_CFA_offset_extended); in Offset()
134 this->PushUint8(DW_CFA_offset_extended_sf); in Offset()
145 this->PushUint8(DW_CFA_restore | reg.num()); in Restore()
147 this->PushUint8(DW_CFA_restore_extended); in Restore()
156 this->PushUint8(DW_CFA_undefined); in Undefined()
164 this->PushUint8(DW_CFA_same_value); in SameValue()
173 this->PushUint8(DW_CFA_register); in Register()
182 this->PushUint8(DW_CFA_remember_state); in RememberState()
189 this->PushUint8(DW_CFA_restore_state); in RestoreState()
197 this->PushUint8(DW_CFA_def_cfa); in DefCFA()
202 this->PushUint8(DW_CFA_def_cfa_sf); in DefCFA()
213 this->PushUint8(DW_CFA_def_cfa_register); in DefCFARegister()
223 this->PushUint8(DW_CFA_def_cfa_offset); in DefCFAOffset()
227 this->PushUint8(DW_CFA_def_cfa_offset_sf); in DefCFAOffset()
242 this->PushUint8(DW_CFA_val_offset); in ValOffset()
246 this->PushUint8(DW_CFA_val_offset_sf); in ValOffset()
257 this->PushUint8(DW_CFA_def_cfa_expression); in DefCFAExpression()
267 this->PushUint8(DW_CFA_expression); in Expression()
278 this->PushUint8(DW_CFA_val_expression); in ValExpression()