Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h221 void SetDouble(double f) { in SetDouble() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp262 SetDouble(src.GetDouble(&src_offset)); in SetValueFromData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp513 value.SetDouble(regdata.GetDouble(&offset)); in ReadRegister()