Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp377 void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp527 void PythonInteger::SetInteger(int64_t value) { in SetInteger() function in PythonInteger