Lines Matching refs:Attribute
134 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() argument
140 addULEB128(Attribute); in hashShallowTypeReference()
160 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() argument
166 addULEB128(Attribute); in hashRepeatedTypeReference()
173 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() argument
188 Attribute == dwarf::DW_AT_type) { in hashDIEEntry()
192 hashShallowTypeReference(Attribute, Entry, Name); in hashDIEEntry()
199 hashRepeatedTypeReference(Attribute, DieNumber); in hashDIEEntry()
206 addULEB128(Attribute); in hashDIEEntry()
242 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
259 hashDIEEntry(Attribute, Tag, Value.getDIEEntry().getEntry()); in hashAttribute()
263 addULEB128(Attribute); in hashAttribute()
288 addULEB128(Attribute); in hashAttribute()
294 addULEB128(Attribute); in hashAttribute()
302 addULEB128(Attribute); in hashAttribute()