Lines Matching refs:Attribute
129 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() argument
135 addULEB128(Attribute); in hashShallowTypeReference()
155 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() argument
161 addULEB128(Attribute); in hashRepeatedTypeReference()
168 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() argument
183 Attribute == dwarf::DW_AT_type) { in hashDIEEntry()
187 hashShallowTypeReference(Attribute, Entry, Name); in hashDIEEntry()
194 hashRepeatedTypeReference(Attribute, DieNumber); in hashDIEEntry()
201 addULEB128(Attribute); in hashDIEEntry()
249 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
266 hashDIEEntry(Attribute, Tag, Value.getDIEEntry().getEntry()); in hashAttribute()
270 addULEB128(Attribute); in hashAttribute()
295 addULEB128(Attribute); in hashAttribute()
301 addULEB128(Attribute); in hashAttribute()
309 addULEB128(Attribute); in hashAttribute()