Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBData.h50 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp599 long double ld64_1 = DE.GetLongDouble(&offset); in DumpDataExtractor()
600 long double ld64_2 = DE.GetLongDouble(&offset); in DumpDataExtractor()
703 DumpFloatingPoint(ss, DE.GetLongDouble(&offset)); in DumpDataExtractor()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp318 value_long_dbl = data.GetLongDouble(&offset); in SetReturnValueObject()
471 long double value_long_double = data.GetLongDouble(&offset); in GetReturnValueObjectSimple()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DDataExtractor.h441 long double GetLongDouble(lldb::offset_t *offset_ptr) const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBData.i55 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp238 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()
H A DScalar.cpp735 operator=(data.GetLongDouble(&offset)); in SetValueFromData()
H A DDataExtractor.cpp630 long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const { in GetLongDouble() function in DataExtractor
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp766 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp738 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()