Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp212 SetUInt8(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
738 SetUInt8(uint); in SetUInt()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRegisterValue.h190 void SetUInt8(uint8_t uint) { in SetUInt8() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp540 reg_value.SetUInt8(*(uint8_t *)src); in ReadRegister()