Home
last modified time | relevance | path

Searched refs:GetFloat (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp589 float f32_1 = DE.GetFloat(&offset); in DumpDataExtractor()
590 float f32_2 = DE.GetFloat(&offset); in DumpDataExtractor()
741 llvm::APFloat ap_float(DE.GetFloat(&offset)); in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h46 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp117 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat() function in SBData
125 value = m_opaque_sp->GetFloat(&offset); in GetFloat()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i102 return self._make_helper(self, SBData.GetFloat, 4)
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h437 float GetFloat(lldb::offset_t *offset_ptr) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp315 value_long_dbl = data.GetFloat(&offset); in SetReturnValueObject()
H A DABIWindows_x86_64.cpp476 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
H A DABISysV_x86_64.cpp468 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp214 SetFloat(src.GetFloat(&src_offset)); in SetValueFromData()
H A DScalar.cpp732 operator=(data.GetFloat(&offset)); in SetValueFromData()
H A DDataExtractor.cpp623 float DataExtractor::GetFloat(offset_t *offset_ptr) const { in GetFloat() function in DataExtractor
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp553 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp748 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp720 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp941 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
H A DABISysV_mips64.cpp857 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp465 value.SetFloat(regdata.GetFloat(&offset)); in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp587 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp210 scalar = value_extractor.GetFloat(&offset); in EvaluateValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18420 result = (float)(arg1)->GetFloat(*arg2,arg3); in _wrap_SBData_GetFloat()