Searched refs:GetLongDouble (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBData.h58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
/external/lldb/include/lldb/Core/
H A DDataExtractor.h578 GetLongDouble (lldb::offset_t *offset_ptr) const;
/external/lldb/source/API/
H A DSBData.cpp198 SBData::GetLongDouble (lldb::SBError& error, lldb::offset_t offset) function in class:SBData
209 value = m_opaque_sp->GetLongDouble(&offset);
214 log->Printf ("SBData::GetLongDouble (error=%p,offset=%" PRIu64 ") => "
/external/lldb/source/Core/
H A DDataExtractor.cpp778 DataExtractor::GetLongDouble (offset_t *offset_ptr) const function in class:DataExtractor
1700 long double ld64_1 = GetLongDouble (&offset);
1701 long double ld64_2 = GetLongDouble (&offset);
1848 ss << GetLongDouble(&offset);
H A DRegisterValue.cpp369 case eTypeLongDouble: SetFloat (src.GetLongDouble (&src_offset)); break;
H A DScalar.cpp1947 operator=((long double)data.GetLongDouble(&offset));
/external/lldb/scripts/Python/interface/
H A DSBData.i51 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);

Completed in 174 milliseconds