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

/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h222 void SetDouble(double f) { function in class:lldb_private::RegisterValue
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm64/
H A DRegisterContextWindows_arm64.cpp312 reg_value.SetDouble(m_context.V[reg - fpu_d0].D[0]);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp472 reg_value.SetDouble(tls_context.V[reg - fpu_d0_arm64].D[0]);
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp229 SetDouble(src.GetDouble(&src_offset));
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp506 value.SetDouble(regdata.GetDouble(&offset));

Completed in 135 milliseconds