Searched refs:SetSizedInteger (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 383 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() function 465 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetReturnValueObjectSimple() 531 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.cpp | 367 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() function 471 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetValObjFromIntRegs()
|