Searched refs:SetSizedInteger (Results 1 – 2 of 2) sorted by relevance
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 368 static bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, in SetSizedInteger() function 472 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetValObjFromIntRegs()
|