Searched refs:GetLongDouble (Results 1 – 11 of 11) sorted by relevance
50 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
599 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()
318 value_long_dbl = data.GetLongDouble(&offset); in SetReturnValueObject()471 long double value_long_double = data.GetLongDouble(&offset); in GetReturnValueObjectSimple()
147 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble() function in SBData155 value = m_opaque_sp->GetLongDouble(&offset); in GetLongDouble()
441 long double GetLongDouble(lldb::offset_t *offset_ptr) const;
55 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
238 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()
735 operator=(data.GetLongDouble(&offset)); in SetValueFromData()
630 long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const { in GetLongDouble() function in DataExtractor
766 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
738 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()