Home
last modified time | relevance | path

Searched refs:GetAsFloat (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h130 Float *GetAsFloat() { in GetAsFloat() function
137 Float *f = GetAsFloat();
H A DRegisterValue.h142 float GetAsFloat(float fail_value = 0.0f, bool *success_ptr = nullptr) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp608 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat() function in RegisterValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1678 value.GetScalar() = reg_value.GetAsFloat(); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp468 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1007 s.Printf("%f", value->GetAsFloat()->GetValue()); in FormatThreadExtendedInfoRecurse()