Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h227 void SetLongDouble(long double f) { in SetLongDouble() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp323 st0_value.SetLongDouble(value_long_dbl); in SetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp238 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()