Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h108 Float *GetAsFloat() { in GetAsFloat() function
115 Float *f = GetAsFloat();
DRegisterValue.h133 float GetAsFloat(float fail_value = 0.0f, bool *success_ptr = nullptr) const;
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h90 Float *GetAsFloat() { in GetAsFloat() function
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp633 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat() function in RegisterValue
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeRegisterContextWindows_arm64.cpp565 tls_context.V[reg - fpu_s0_arm64].S[0] = reg_value.GetAsFloat(); in FPRWrite()
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABISysV_arm.cpp1677 value.GetScalar() = reg_value.GetAsFloat(); in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/API/
DSBThread.cpp462 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1032 s.Printf("%f", value->GetAsFloat()->GetValue()); in FormatThreadExtendedInfoRecurse()