Home
last modified time | relevance | path

Searched refs:GetLongDouble (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/API/
DSBData.h58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
/external/lldb/include/lldb/Core/
DDataExtractor.h578 GetLongDouble (lldb::offset_t *offset_ptr) const;
/external/lldb/source/API/
DSBData.cpp198 SBData::GetLongDouble (lldb::SBError& error, lldb::offset_t offset) in GetLongDouble() function in SBData
209 value = m_opaque_sp->GetLongDouble(&offset); in GetLongDouble()
/external/lldb/source/Core/
DDataExtractor.cpp778 DataExtractor::GetLongDouble (offset_t *offset_ptr) const in GetLongDouble() function in DataExtractor
1700 long double ld64_1 = GetLongDouble (&offset); in Dump()
1701 long double ld64_2 = GetLongDouble (&offset); in Dump()
1848 ss << GetLongDouble(&offset); in Dump()
DRegisterValue.cpp369 case eTypeLongDouble: SetFloat (src.GetLongDouble (&src_offset)); break; in SetValueFromData()
DScalar.cpp1947 operator=((long double)data.GetLongDouble(&offset)); in SetValueFromData()
/external/lldb/scripts/Python/interface/
DSBData.i51 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
/external/lldb/www/python_reference/
Dapi-objects.txt2726 lldb.SBData.GetLongDouble lldb.SBData-class.html#GetLongDouble