Lines Matching refs:this

42     this->PushUint8(DW_LNS_copy);  in AddRow()
51 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()
52 this->PushUleb128(static_cast<int>(delta)); in AdvancePC()
63 this->PushUint8(DW_LNS_advance_line); in AdvanceLine()
64 this->PushSleb128(delta); in AdvanceLine()
71 this->PushUint8(DW_LNS_set_file); in SetFile()
72 this->PushUleb128(file); in SetFile()
78 this->PushUint8(DW_LNS_set_column); in SetColumn()
79 this->PushUleb128(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()
103 this->PushUleb128(isa); in SetISA()
107 this->PushUint8(0); in EndSequence()
108 this->PushUleb128(1); in EndSequence()
109 this->PushUint8(DW_LNE_end_sequence); in EndSequence()
120 this->PushUint8(0); in SetAddress()
122 this->PushUleb128(1 + 8); in SetAddress()
123 this->PushUint8(DW_LNE_set_address); in SetAddress()
124 patch_locations_.push_back(this->data()->size()); in SetAddress()
125 this->PushUint64(absolute_address); in SetAddress()
127 this->PushUleb128(1 + 4); in SetAddress()
128 this->PushUint8(DW_LNE_set_address); in SetAddress()
129 patch_locations_.push_back(this->data()->size()); in SetAddress()
130 this->PushUint32(absolute_address); in SetAddress()
144 this->PushUint8(0); in DefineFile()
145 this->PushUleb128(size); in DefineFile()
147 this->PushUint8(DW_LNE_define_file); in DefineFile()
148 this->PushString(filename); in DefineFile()
149 this->PushUleb128(directory_index); in DefineFile()
150 this->PushUleb128(modification_time); in DefineFile()
151 this->PushUleb128(file_size); in DefineFile()
181 this->PushUint8(DW_LNS_const_add_pc); in AddRow()
190 this->PushUint8(opcode); // Special opcode. in AddRow()