Home
last modified time | relevance | path

Searched refs:UValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp406 uint64_t UValue = Value.uval; in dump() local
426 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 …]
/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h463 typedef union UValue { union
466 } UValue; typedef
479 UValue uv[1]; /* user values */
504 : offsetof(Udata, uv) + (sizeof(UValue) * (nuv)))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp546 for (const Value *UValue : Objs) { in getUnderlyingObjects() local
550 Objects.push_back(UValue); in getUnderlyingObjects()