Searched refs:SetSizedInteger (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 384 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 D | ABISysV_loongarch.cpp | 334 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 D | ABISysV_riscv.cpp | 446 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()
|