Lines Matching refs:PushUint8
42 this->PushUint8(DW_LNS_copy); in AddRow()
51 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()
63 this->PushUint8(DW_LNS_advance_line); in AdvanceLine()
71 this->PushUint8(DW_LNS_set_file); in SetFile()
78 this->PushUint8(DW_LNS_set_column); in SetColumn()
83 this->PushUint8(DW_LNS_negate_stmt); in NegateStmt()
87 this->PushUint8(DW_LNS_set_basic_block); in SetBasicBlock()
92 this->PushUint8(DW_LNS_set_prologue_end); in SetPrologueEnd()
97 this->PushUint8(DW_LNS_set_epilogue_begin); in SetEpilogueBegin()
102 this->PushUint8(DW_LNS_set_isa); in SetISA()
107 this->PushUint8(0); in EndSequence()
109 this->PushUint8(DW_LNE_end_sequence); in EndSequence()
120 this->PushUint8(0); in SetAddress()
123 this->PushUint8(DW_LNE_set_address); in SetAddress()
128 this->PushUint8(DW_LNE_set_address); in SetAddress()
144 this->PushUint8(0); in DefineFile()
147 this->PushUint8(DW_LNE_define_file); in DefineFile()
181 this->PushUint8(DW_LNS_const_add_pc); in AddRow()
190 this->PushUint8(opcode); // Special opcode. in AddRow()