Searched refs:GetLongDouble (Results 1 – 6 of 6) sorted by relevance
58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
599 GetLongDouble (lldb::offset_t *offset_ptr) const;
815 DataExtractor::GetLongDouble (offset_t *offset_ptr) const in GetLongDouble() function in DataExtractor1753 long double ld64_1 = GetLongDouble (&offset); in Dump()1754 long double ld64_2 = GetLongDouble (&offset); in Dump()1908 ss << GetLongDouble(&offset); in Dump()
369 case eTypeLongDouble: SetFloat (src.GetLongDouble (&src_offset)); break; in SetValueFromData()
1941 operator=((long double)data.GetLongDouble(&offset)); in SetValueFromData()
198 SBData::GetLongDouble (lldb::SBError& error, lldb::offset_t offset) in GetLongDouble() function in SBData209 value = m_opaque_sp->GetLongDouble(&offset); in GetLongDouble()