Searched refs:GetAsUInt8 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h107 uint8_t GetAsUInt8(uint8_t fail_value = UINT8_MAX, function in class:lldb_private::RegisterValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp317 *(uint8_t *)dst = value.GetAsUInt8();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp747 fpu.ftw = value.GetAsUInt8();
H A DRegisterContextDarwin_x86_64.cpp807 fpu.ftw = value.GetAsUInt8();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp603 m_fpr_x86_64.fxstate.fx_tw = reg_value.GetAsUInt8();

Completed in 135 milliseconds