Lines Matching refs:DIEValue
225 if (V.getType() == DIEValue::isBaseTypeRef) { in hashBlockData()
248 void DIEHash::hashAttribute(const DIEValue &Value, dwarf::Tag Tag) { in hashAttribute()
259 case DIEValue::isNone: in hashAttribute()
265 case DIEValue::isEntry: in hashAttribute()
268 case DIEValue::isInteger: { in hashAttribute()
293 case DIEValue::isString: in hashAttribute()
299 case DIEValue::isInlineString: in hashAttribute()
305 case DIEValue::isBlock: in hashAttribute()
306 case DIEValue::isLoc: in hashAttribute()
307 case DIEValue::isLocList: in hashAttribute()
311 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
314 } else if (Value.getType() == DIEValue::isLoc) { in hashAttribute()
325 case DIEValue::isExpr: in hashAttribute()
326 case DIEValue::isLabel: in hashAttribute()
327 case DIEValue::isBaseTypeRef: in hashAttribute()
328 case DIEValue::isDelta: in hashAttribute()
329 case DIEValue::isAddrOffset: in hashAttribute()