Home
last modified time | relevance | path

Searched refs:GetLongDouble (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h50 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp319 value_long_dbl = data.GetLongDouble(&offset); in SetReturnValueObject()
472 long double value_long_double = data.GetLongDouble(&offset); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp147 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble() function in SBData
155 value = m_opaque_sp->GetLongDouble(&offset); in GetLongDouble()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h441 long double GetLongDouble(lldb::offset_t *offset_ptr) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp601 long double ld64_1 = DE.GetLongDouble(&offset); in DumpDataExtractor()
602 long double ld64_2 = DE.GetLongDouble(&offset); in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp218 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()
H A DScalar.cpp736 operator=(data.GetLongDouble(&offset)); in SetValueFromData()
H A DDataExtractor.cpp631 long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const { in GetLongDouble() function in DataExtractor
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp754 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp726 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18488 result = (long double)(arg1)->GetLongDouble(*arg2,arg3); in _wrap_SBData_GetLongDouble()