Lines Matching refs:DIEValue
282 void DIEHash::hashAttribute(const DIEValue &Value, dwarf::Tag Tag) { in hashAttribute()
293 case DIEValue::isNone: in hashAttribute()
299 case DIEValue::isEntry: in hashAttribute()
302 case DIEValue::isInteger: { in hashAttribute()
327 case DIEValue::isString: in hashAttribute()
333 case DIEValue::isBlock: in hashAttribute()
334 case DIEValue::isLoc: in hashAttribute()
335 case DIEValue::isLocList: in hashAttribute()
339 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
342 } else if (Value.getType() == DIEValue::isLoc) { in hashAttribute()
353 case DIEValue::isExpr: in hashAttribute()
354 case DIEValue::isLabel: in hashAttribute()
355 case DIEValue::isDelta: in hashAttribute()