Home
last modified time | relevance | path

Searched defs:SetInteger (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp325 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp376 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp438 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp465 void PythonInteger::SetInteger(int64_t value) { in SetInteger() function in PythonInteger