Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBData.h58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDataExtractor.h599 GetLongDouble (lldb::offset_t *offset_ptr) const;
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDataExtractor.cpp815 DataExtractor::GetLongDouble (offset_t *offset_ptr) const in GetLongDouble() function in DataExtractor
1753 long double ld64_1 = GetLongDouble (&offset); in Dump()
1754 long double ld64_2 = GetLongDouble (&offset); in Dump()
1908 ss << GetLongDouble(&offset); in Dump()
HDRegisterValue.cpp369 case eTypeLongDouble: SetFloat (src.GetLongDouble (&src_offset)); break; in SetValueFromData()
HDScalar.cpp1941 operator=((long double)data.GetLongDouble(&offset)); in SetValueFromData()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBData.cpp198 SBData::GetLongDouble (lldb::SBError& error, lldb::offset_t offset) in GetLongDouble() function in SBData
209 value = m_opaque_sp->GetLongDouble(&offset); in GetLongDouble()