Searched refs:eFormatVectorOfFloat32 (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/vector-types/ |
| H A D | TestVectorTypesFormatting.py | 51 v.SetFormat(lldb.eFormatVectorOfFloat32) 82 v.SetFormat(lldb.eFormatVectorOfFloat32)
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 72 case lldb::eFormatVectorOfFloat32: in GetCompilerTypeForFormat() 128 case lldb::eFormatVectorOfFloat32: in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 63 {eFormatVectorOfFloat32, '\0', "float32[]"}, 448 case eFormatVectorOfFloat32: in GetSingleItemFormat()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 211 lldb::Format::eFormatVectorOfFloat32, "{1.17549e-38 3.40282e+38}"); in TEST() 216 lldb::Format::eFormatVectorOfFloat32, "{nan nan -nan -nan}"); in TEST()
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 189 .Case("vector-float32", eFormatVectorOfFloat32) in create()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 189 eFormatVectorOfFloat32, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 744 {eFormatFloat, eFormatVectorOfFloat32, sizeof(float)}, 772 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 16}, 774 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 9}, 776 {eFormatVectorOfFloat32, eFormatVectorOfFloat32, sizeof(float) * 4}};
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 255 case eFormatVectorOfFloat32: in FinalizeSettings() 1419 case eFormatVectorOfFloat32: in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 873 case eFormatVectorOfFloat32: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1146 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation() 1240 (custom_format == eFormatVectorOfFloat32) || in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 314 .. py:data:: eFormatVectorOfFloat32
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 487 .Case("vector-float32", eFormatVectorOfFloat32) in BuildDynamicRegisterInfo() 4123 .Case("vector-float32", eFormatVectorOfFloat32) in ParseRegisters()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 563 case eFormatVectorOfFloat32: in GetFormatNameOrEmpty()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9058 case eFormatVectorOfFloat32: in DumpTypeValue()
|