Searched refs:UValue (Results 1 – 6 of 6) sorted by relevance
383 uint64_t UValue = Value.uval; in dump() local407 uint32_t Index = UValue >> 32; in dump()408 uint32_t Offset = UValue & 0xffffffff; in dump()411 AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue); in dump()424 OS << format("0x%02x", (uint8_t)UValue); in dump()427 OS << format("0x%04x", (uint16_t)UValue); in dump()430 OS << format("0x%08x", (uint32_t)UValue); in dump()433 AddrOS << format("0x%016" PRIx64, UValue); in dump()436 OS << format("0x%016" PRIx64, UValue); in dump()451 if (UValue > 0) { in dump()[all …]
451 typedef union UValue { union454 } UValue; typedef467 UValue uv[1]; /* user values */492 : offsetof(Udata, uv) + (sizeof(UValue) * (nuv)))
405 uint64_t UValue = FormValue.getRawUValue(); in processOneAttribute() local406 if (U->getAddrOffsetSectionItem(UValue)) { in processOneAttribute()412 dbgs() << format("indexed (%8.8x) address = ", (uint32_t)UValue); in processOneAttribute()
544 for (const Value *UValue : Objs) { in getUnderlyingObjects() local548 Objects.push_back(UValue); in getUnderlyingObjects()
581 uint32_t UValue = Value; in isConstExtended() local 584 return UValue < MinValue || UValue > MaxValue; in isConstExtended()
2189 uint32_t UValue = Value; in isConstExtended() local2192 return UValue < MinValue || UValue > MaxValue; in isConstExtended()