Home
last modified time | relevance | path

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

/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;
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h90 Float *GetAsFloat() { in GetAsFloat() function
/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp609 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat()
608 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { GetAsFloat() function in RegisterValue
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp566 tls_context.V[reg - fpu_s0_arm64].S[0] = reg_value.GetAsFloat(); in FPRWrite()
/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1671 value.GetScalar() = reg_value.GetAsFloat(); in GetReturnValueObjectImpl()
/llvm-project/lldb/source/API/
H A DSBThread.cpp474 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1052 s.Printf("%f", value->GetAsFloat()->GetValue()); in FormatThreadExtendedInfoRecurse()