Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp192 SetUInt8(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
713 SetUInt8(uint); in SetUInt()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h200 void SetUInt8(uint8_t uint) { in SetUInt8() function