Lines Matching refs:Attribute
136 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() argument
142 addULEB128(Attribute); in hashShallowTypeReference()
162 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() argument
168 addULEB128(Attribute); in hashRepeatedTypeReference()
175 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() argument
190 Attribute == dwarf::DW_AT_type) { in hashDIEEntry()
194 hashShallowTypeReference(Attribute, Entry, Name); in hashDIEEntry()
201 hashRepeatedTypeReference(Attribute, DieNumber); in hashDIEEntry()
208 addULEB128(Attribute); in hashDIEEntry()
235 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
252 hashDIEEntry(Attribute, Tag, Value.getDIEEntry().getEntry()); in hashAttribute()
256 addULEB128(Attribute); in hashAttribute()
281 addULEB128(Attribute); in hashAttribute()
287 addULEB128(Attribute); in hashAttribute()
295 addULEB128(Attribute); in hashAttribute()