Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp383 uint64_t UValue = Value.uval; in dump() local
407 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 …]
/freebsd/contrib/lua/src/
H A Dlobject.h451 typedef union UValue { union
454 } UValue; typedef
467 UValue uv[1]; /* user values */
492 : offsetof(Udata, uv) + (sizeof(UValue) * (nuv)))
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp405 uint64_t UValue = FormValue.getRawUValue(); in processOneAttribute() local
406 if (U->getAddrOffsetSectionItem(UValue)) { in processOneAttribute()
412 dbgs() << format("indexed (%8.8x) address = ", (uint32_t)UValue); in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp544 for (const Value *UValue : Objs) { in getUnderlyingObjects() local
548 Objects.push_back(UValue); in getUnderlyingObjects()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp581 uint32_t UValue = Value; in isConstExtended() local
584 return UValue < MinValue || UValue > MaxValue; in isConstExtended()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2189 uint32_t UValue = Value; in isConstExtended() local
2192 return UValue < MinValue || UValue > MaxValue; in isConstExtended()