Searched refs:GetDouble (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBData.h55 GetDouble (lldb::SBError& error, lldb::offset_t offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDataExtractor.h611 GetDouble (lldb::offset_t *offset_ptr) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp795 DataExtractor::GetDouble (offset_t *offset_ptr) const function in class:DataExtractor
1762 double d64_1 = GetDouble (&offset);
1763 double d64_2 = GetDouble (&offset);
1905 ss << GetDouble(&offset);
1971 llvm::APFloat ap_float (GetDouble (&offset));
H A DRegisterValue.cpp372 case eTypeDouble: SetDouble(src.GetDouble (&src_offset)); break;
H A DScalar.cpp2529 operator=((double)data.GetDouble(&offset));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBData.cpp178 SBData::GetDouble (lldb::SBError& error, lldb::offset_t offset) function in class:SBData
189 value = m_opaque_sp->GetDouble(&offset);
194 log->Printf ("SBData::GetDouble (error=%p,offset=%" PRIu64 ") => "
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp466 value_long_dbl = data.GetDouble(&offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp460 value.GetScalar() = (double) f0_data.GetDouble(&offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp615 value.GetScalar() = (double) data.GetDouble(&offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp616 value.GetScalar() = (double) data.GetDouble(&offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp995 value.GetScalar() = data.GetDouble(&offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp968 value.GetScalar() = data.GetDouble(&offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp649 value.GetScalar() = (double) data.GetDouble(&offset);

Completed in 197 milliseconds