Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h226 void SetLongDouble(long double f) { in SetLongDouble() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp264 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp450 st0_value.SetLongDouble(value_long_dbl); in SetReturnValueObject()