Searched refs:GetLongDouble (Results 1 – 11 of 11) sorted by relevance
50 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
321 value_long_dbl = data.GetLongDouble(&offset); in SetReturnValueObject()477 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;
602 long double ld64_1 = DE.GetLongDouble(&offset); in DumpDataExtractor()603 long double ld64_2 = DE.GetLongDouble(&offset); in DumpDataExtractor()
218 SetLongDouble(src.GetLongDouble(&src_offset)); in SetValueFromData()
735 operator=(data.GetLongDouble(&offset)); in SetValueFromData()
631 long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const { in GetLongDouble() function in DataExtractor
706 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
747 value.GetScalar() = data.GetLongDouble(&offset); in GetReturnValueObjectImpl()
18774 result = (long double)(arg1)->GetLongDouble(*arg2,arg3); in _wrap_SBData_GetLongDouble()