Home
last modified time | relevance | path

Searched refs:GetDouble (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBData.i52 GetDouble (lldb::SBError& error, lldb::offset_t offset);
245 return self._make_helper(self, SBData.GetDouble, 8)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBData.h48 double GetDouble(lldb::SBError &error, lldb::offset_t offset);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp595 double d64_1 = DE.GetDouble(&offset); in DumpDataExtractor()
596 double d64_2 = DE.GetDouble(&offset); in DumpDataExtractor()
741 llvm::APFloat ap_float(DE.GetDouble(&offset)); in DumpDataExtractor()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp132 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble() function in SBData
140 value = m_opaque_sp->GetDouble(&offset); in GetDouble()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataExtractor.h439 double GetDouble(lldb::offset_t *offset_ptr) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp652 value_sp->GetScalar() = (float)de.GetDouble(&offset); in GetFloatValue()
656 value_sp->GetScalar() = de.GetDouble(&offset); in GetFloatValue()
H A DABISysV_ppc.cpp589 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp317 value_long_dbl = data.GetDouble(&offset); in SetReturnValueObject()
H A DABIWindows_x86_64.cpp480 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp229 SetDouble(src.GetDouble(&src_offset)); in SetValueFromData()
H A DScalar.cpp733 operator=(data.GetDouble(&offset)); in SetValueFromData()
H A DDataExtractor.cpp626 double DataExtractor::GetDouble(offset_t *offset_ptr) const { in GetDouble() function in DataExtractor
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp556 value.GetScalar() = (double)data.GetDouble(&offset); in GetReturnValueObjectSimple()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp760 value.GetScalar() = data.GetDouble(&offset); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp732 value.GetScalar() = data.GetDouble(&offset); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp898 value.GetScalar() = (double)return_ext.GetDouble(&offset); in GetReturnValueObjectImpl()
H A DABISysV_mips64.cpp821 value.GetScalar() = (double)f0_data.GetDouble(&offset); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp506 value.SetDouble(regdata.GetDouble(&offset)); in ReadRegister()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp206 scalar = value_extractor.GetDouble(&offset); in EvaluateValue()