Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h216 void SetFloat(float f) { in SetFloat() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp260 SetFloat(src.GetFloat(&src_offset)); in SetValueFromData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp472 value.SetFloat(regdata.GetFloat(&offset)); in ReadRegister()