Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h227 void SetLongDouble(long double f) { in SetLongDouble() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp324 st0_value.SetLongDouble(value_long_dbl); in SetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp231 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()