Home
last modified time | relevance | path

Searched refs:SetUInt8 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp238 SetUInt8(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
734 SetUInt8(uint); in SetUInt()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h189 void SetUInt8(uint8_t uint) { in SetUInt8() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp252 value.SetUInt8(*(uint8_t *)src); in ReadRegister()