Searched refs:GetFloat (Results 1 – 18 of 18) sorted by relevance
49 GetFloat (lldb::SBError& error, lldb::offset_t offset);242 return self._make_helper(self, SBData.GetFloat, 4)
46 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
589 float f32_1 = DE.GetFloat(&offset); in DumpDataExtractor()590 float f32_2 = DE.GetFloat(&offset); in DumpDataExtractor()734 llvm::APFloat ap_float(DE.GetFloat(&offset)); in DumpDataExtractor()
117 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat() function in SBData125 value = m_opaque_sp->GetFloat(&offset); in GetFloat()
437 float GetFloat(lldb::offset_t *offset_ptr) const;
315 value_long_dbl = data.GetFloat(&offset); in SetReturnValueObject()
476 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
227 SetFloat(src.GetFloat(&src_offset)); in SetValueFromData()
731 operator=(data.GetFloat(&offset)); in SetValueFromData()
622 float DataExtractor::GetFloat(offset_t *offset_ptr) const { in GetFloat() function in DataExtractor
553 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
757 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
729 value.GetScalar() = data.GetFloat(&offset); in GetReturnValueObjectImpl()
903 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
818 value.GetScalar() = (float)f0_data.GetFloat(&offset); in GetReturnValueObjectImpl()
465 value.SetFloat(regdata.GetFloat(&offset)); in ReadRegister()
586 value.GetScalar() = (float)data.GetFloat(&offset); in GetReturnValueObjectSimple()
209 scalar = value_extractor.GetFloat(&offset); in EvaluateValue()