Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h108 Float *GetAsFloat() { in GetAsFloat() function
115 Float *f = GetAsFloat();
DRegisterValue.h132 float GetAsFloat(float fail_value = 0.0f, bool *success_ptr = nullptr) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DRegisterValue.cpp633 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat() function in RegisterValue
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
DABISysV_arm.cpp1677 value.GetScalar() = reg_value.GetAsFloat(); in GetReturnValueObjectImpl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBThread.cpp478 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DFormatEntity.cpp1022 s.Printf("%f", value->GetAsFloat()->GetValue()); in FormatThreadExtendedInfoRecurse()