Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp205 SetUInt8(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
731 SetUInt8(uint); in SetUInt()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h190 void SetUInt8(uint8_t uint) { in SetUInt8() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp546 reg_value.SetUInt8(*(uint8_t *)src); in ReadRegister()