Lines Matching refs:addULEB128
55 void DIEHash::addULEB128(uint64_t Value) { in addULEB128() function in DIEHash
104 addULEB128('C'); in addParentContext()
107 addULEB128(Die.getTag()); in addParentContext()
187 addULEB128('N'); in hashShallowTypeReference()
190 addULEB128(Attribute); in hashShallowTypeReference()
197 addULEB128('E'); in hashShallowTypeReference()
214 addULEB128('R'); in hashRepeatedTypeReference()
216 addULEB128(Attribute); in hashRepeatedTypeReference()
220 addULEB128(DieNumber); in hashRepeatedTypeReference()
254 addULEB128('T'); in hashDIEEntry()
256 addULEB128(Attribute); in hashDIEEntry()
303 addULEB128('A'); in hashAttribute()
304 addULEB128(Attribute); in hashAttribute()
312 addULEB128(dwarf::DW_FORM_sdata); in hashAttribute()
319 addULEB128(dwarf::DW_FORM_flag); in hashAttribute()
320 addULEB128((int64_t)Value.getDIEInteger().getValue()); in hashAttribute()
328 addULEB128('A'); in hashAttribute()
329 addULEB128(Attribute); in hashAttribute()
330 addULEB128(dwarf::DW_FORM_string); in hashAttribute()
336 addULEB128('A'); in hashAttribute()
337 addULEB128(Attribute); in hashAttribute()
338 addULEB128(dwarf::DW_FORM_block); in hashAttribute()
340 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute()
343 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
433 addULEB128('S'); in hashNestedType()
436 addULEB128(Die.getTag()); in hashNestedType()
447 addULEB128('D'); in computeHash()
448 addULEB128(Die.getTag()); in computeHash()