Lines Matching refs:PushUint8
44 this->PushUint8(DW_LNS_copy); in AddRow()
53 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()
65 this->PushUint8(DW_LNS_advance_line); in AdvanceLine()
73 this->PushUint8(DW_LNS_set_file); in SetFile()
80 this->PushUint8(DW_LNS_set_column); in SetColumn()
86 this->PushUint8(DW_LNS_negate_stmt); in SetIsStmt()
92 this->PushUint8(DW_LNS_set_basic_block); in SetBasicBlock()
97 this->PushUint8(DW_LNS_set_prologue_end); in SetPrologueEnd()
102 this->PushUint8(DW_LNS_set_epilogue_begin); in SetEpilogueBegin()
107 this->PushUint8(DW_LNS_set_isa); in SetISA()
112 this->PushUint8(0); in EndSequence()
114 this->PushUint8(DW_LNE_end_sequence); in EndSequence()
126 this->PushUint8(0); in SetAddress()
129 this->PushUint8(DW_LNE_set_address); in SetAddress()
134 this->PushUint8(DW_LNE_set_address); in SetAddress()
150 this->PushUint8(0); in DefineFile()
153 this->PushUint8(DW_LNE_define_file); in DefineFile()
187 this->PushUint8(DW_LNS_const_add_pc); in AddRow()
196 this->PushUint8(opcode); // Special opcode. in AddRow()