Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp487 float f32_1 = DE.GetFloat(&offset); in DumpDataExtractor()
488 float f32_2 = DE.GetFloat(&offset); in DumpDataExtractor()
593 f = DE.GetFloat(&offset); in DumpDataExtractor()
664 llvm::APFloat ap_float(DE.GetFloat(&offset)); in DumpDataExtractor()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp119 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat() function in SBData
120 LLDB_RECORD_METHOD(float, SBData, GetFloat, (lldb::SBError &, lldb::offset_t), in GetFloat()
128 value = m_opaque_sp->GetFloat(&offset); in GetFloat()
667 LLDB_REGISTER_METHOD(float, SBData, GetFloat, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBData.i49 GetFloat (lldb::SBError& error, lldb::offset_t offset);
238 return self._make_helper(self, SBData.GetFloat, 4)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h46 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h426 float GetFloat(lldb::offset_t *offset_ptr) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp314 value_long_dbl = data.GetFloat(&offset); in SetReturnValueObject()
H A DABIWindows_x86_64.cpp474 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
H A DABISysV_x86_64.cpp466 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp234 SetFloat(src.GetFloat(&src_offset)); in SetValueFromData()
H A DScalar.cpp731 operator=(data.GetFloat(&offset)); in SetValueFromData()
H A DDataExtractor.cpp624 float DataExtractor::GetFloat(offset_t *offset_ptr) const { in GetFloat() function in DataExtractor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp552 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp758 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp728 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp940 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
H A DABISysV_mips64.cpp855 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp466 value.SetFloat(regdata.GetFloat(&offset)); in ReadRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp586 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16187 result = (float)(arg1)->GetFloat(*arg2,arg3); in _wrap_SBData_GetFloat()