Searched refs:UValue (Results 1 – 3 of 3) sorted by relevance
406 uint64_t UValue = Value.uval; in dump() local426 Optional<object::SectionedAddress> A = U->getAddrOffsetSectionItem(UValue); in dump()428 AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue); in dump()440 uint32_t Index = UValue >> 32; in dump()441 uint32_t Offset = UValue & 0xffffffff; in dump()457 OS << format("0x%02x", (uint8_t)UValue); in dump()460 OS << format("0x%04x", (uint16_t)UValue); in dump()463 OS << format("0x%08x", (uint32_t)UValue); in dump()466 AddrOS << format("0x%016" PRIx64, UValue); in dump()469 OS << format("0x%016" PRIx64, UValue); in dump()[all …]
463 typedef union UValue { union466 } UValue; typedef479 UValue uv[1]; /* user values */504 : offsetof(Udata, uv) + (sizeof(UValue) * (nuv)))
546 for (const Value *UValue : Objs) { in getUnderlyingObjects() local550 Objects.push_back(UValue); in getUnderlyingObjects()