Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp384 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() function
468 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetReturnValueObjectSimple()
536 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp334 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() function
438 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, in GetValObjFromIntRegs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp446 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() function
550 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetValObjFromIntRegs()