/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 589 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 D | SBData.h | 46 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBData.cpp | 117 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 D | SBDataExtensions.i | 102 return self._make_helper(self, SBData.GetFloat, 4)
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 437 float GetFloat(lldb::offset_t *offset_ptr) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_i386.cpp | 315 value_long_dbl = data.GetFloat(&offset); in SetReturnValueObject()
|
H A D | ABIWindows_x86_64.cpp | 476 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
|
H A D | ABISysV_x86_64.cpp | 468 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 214 SetFloat(src.GetFloat(&src_offset)); in SetValueFromData()
|
H A D | Scalar.cpp | 732 operator=(data.GetFloat(&offset)); in SetValueFromData()
|
H A D | DataExtractor.cpp | 623 float DataExtractor::GetFloat(offset_t *offset_ptr) const { in GetFloat() function in DataExtractor
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 553 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 748 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
|
H A D | ABISysV_arm64.cpp | 720 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 941 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
|
H A D | ABISysV_mips64.cpp | 857 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.cpp | 465 value.SetFloat(regdata.GetFloat(&offset)); in ReadRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 587 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 210 scalar = value_extractor.GetFloat(&offset); in EvaluateValue()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 18420 result = (float)(arg1)->GetFloat(*arg2,arg3); in _wrap_SBData_GetFloat()
|