Searched refs:GetLongDouble (Results 1 – 11 of 11) sorted by relevance
151 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble() function in SBData152 LLDB_RECORD_METHOD(long double, SBData, GetLongDouble, in GetLongDouble()160 value = m_opaque_sp->GetLongDouble(&offset); in GetLongDouble()671 LLDB_REGISTER_METHOD(long double, SBData, GetLongDouble, in RegisterMethods()
472 long double ld64_1 = DE.GetLongDouble(&offset); in DumpDataExtractor()473 long double ld64_2 = DE.GetLongDouble(&offset); in DumpDataExtractor()576 ss << DE.GetLongDouble(&offset); in DumpDataExtractor()
46 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
318 value_long_dbl = data.GetLongDouble(&offset); in SetReturnValueObject()471 long double value_long_double = data.GetLongDouble(&offset); in GetReturnValueObjectSimple()
430 long double GetLongDouble(lldb::offset_t *offset_ptr) const;
52 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
733 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
763 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
238 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()
735 operator=(data.GetLongDouble(&offset)); in SetValueFromData()
633 long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const { in GetLongDouble() function in DataExtractor