Lines Matching refs:this
57 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_yes)); in StartTag()
62 abbrev_code_offset_ = this->data()->size(); in StartTag()
63 this->PushUleb128(debug_abbrev_->NextAbbrevCode()); in StartTag()
74 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_no)); in EndTag()
80 this->PushUint8(0); in EndTag()
87 patch_locations_.push_back(this->data()->size()); in WriteAddr()
89 this->PushUint64(value); in WriteAddr()
91 this->PushUint32(value); in WriteAddr()
97 this->PushUleb128(num_bytes); in WriteBlock()
98 this->PushData(ptr, num_bytes); in WriteBlock()
103 this->PushUleb128(dchecked_integral_cast<uint32_t>(expr.size())); in WriteExprLoc()
104 this->PushData(expr.data()); in WriteExprLoc()
109 this->PushUint8(value); in WriteData1()
114 this->PushUint16(value); in WriteData2()
119 this->PushUint32(value); in WriteData4()
124 this->PushUint64(value); in WriteData8()
129 this->PushUint32(offset); in WriteSecOffset()
134 this->PushSleb128(value); in WriteSdata()
139 this->PushUleb128(value); in WriteUdata()
144 this->PushUleb128(value); in WriteUdata()
149 this->PushUint8(value ? 1 : 0); in WriteFlag()
158 this->PushUint32(cu_offset); in WriteRef4()
163 this->PushUleb128(cu_offset); in WriteRef()
168 this->PushString(value); in WriteString()
173 this->PushUint32(dchecked_integral_cast<uint32_t>(debug_str_offset)); in WriteStrp()
179 this->PushUint32(debug_str->size()); in WriteStrp()