Lines Matching refs:PushUint8
41 PushUint8(DW_OP_lit0 + value); in WriteOpConsts()
43 PushUint8(DW_OP_consts); in WriteOpConsts()
51 PushUint8(DW_OP_lit0 + value); in WriteOpConstu()
53 PushUint8(DW_OP_constu); in WriteOpConstu()
61 PushUint8(DW_OP_reg0 + dwarf_reg_num); in WriteOpReg()
63 PushUint8(DW_OP_regx); in WriteOpReg()
70 PushUint8(DW_OP_fbreg); in WriteOpFbreg()
76 PushUint8(DW_OP_piece); in WriteOpPiece()
81 void WriteOpDeref() { PushUint8(DW_OP_deref); } in WriteOpDeref()
85 PushUint8(DW_OP_deref_size); in WriteOpDerefSize()
86 PushUint8(num_bytes); in WriteOpDerefSize()
90 void WriteOpPlus() { PushUint8(DW_OP_plus); } in WriteOpPlus()
94 PushUint8(DW_OP_plus_uconst); in WriteOpPlusUconst()
99 void WriteOpNeg() { PushUint8(DW_OP_neg); } in WriteOpNeg()
102 void WriteOpAnd() { PushUint8(DW_OP_and); } in WriteOpAnd()
105 void WriteOpCallFrameCfa() { PushUint8(DW_OP_call_frame_cfa); } in WriteOpCallFrameCfa()
108 void WriteOpPushObjectAddress() { PushUint8(DW_OP_push_object_address); } in WriteOpPushObjectAddress()
112 void WriteOpStackValue() { PushUint8(DW_OP_stack_value); } in WriteOpStackValue()