/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 595 double d64_1 = DE.GetDouble(&offset); in DumpDataExtractor() 596 double d64_2 = DE.GetDouble(&offset); in DumpDataExtractor() 748 llvm::APFloat ap_float(DE.GetDouble(&offset)); in DumpDataExtractor()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBData.h | 48 double GetDouble(lldb::SBError &error, lldb::offset_t offset);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBData.cpp | 132 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble() function in SBData 140 value = m_opaque_sp->GetDouble(&offset); in GetDouble()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDataExtensions.i | 105 return self._make_helper(self, SBData.GetDouble, 8)
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 439 double GetDouble(lldb::offset_t *offset_ptr) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 650 value_sp->GetScalar() = (float)de.GetDouble(&offset); in GetFloatValue() 654 value_sp->GetScalar() = de.GetDouble(&offset); in GetFloatValue()
|
H A D | ABISysV_ppc.cpp | 590 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_i386.cpp | 317 value_long_dbl = data.GetDouble(&offset); in SetReturnValueObject()
|
H A D | ABIWindows_x86_64.cpp | 480 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
H A D | ABISysV_x86_64.cpp | 471 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 216 SetDouble(src.GetDouble(&src_offset)); in SetValueFromData()
|
H A D | Scalar.cpp | 734 operator=(data.GetDouble(&offset)); in SetValueFromData()
|
H A D | DataExtractor.cpp | 627 double DataExtractor::GetDouble(offset_t *offset_ptr) const { in GetDouble() function in DataExtractor
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 556 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 751 value.GetScalar() = data.GetDouble(&offset); in GetReturnValueObjectImpl()
|
H A D | ABISysV_arm64.cpp | 723 value.GetScalar() = data.GetDouble(&offset); in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 936 value.GetScalar() = (double)return_ext.GetDouble(&offset); in GetReturnValueObjectImpl()
|
H A D | ABISysV_mips64.cpp | 860 value.GetScalar() = (double)f0_data.GetDouble(&offset); in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.cpp | 506 value.SetDouble(regdata.GetDouble(&offset)); in ReadRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 207 scalar = value_extractor.GetDouble(&offset); in EvaluateValue()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 18454 result = (double)(arg1)->GetDouble(*arg2,arg3); in _wrap_SBData_GetDouble()
|