Searched refs:eFormatVectorOfFloat32 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 64 {eFormatVectorOfFloat32, '\0', "float32[]"}, 449 case eFormatVectorOfFloat32: in GetSingleItemFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 189 eFormatVectorOfFloat32, enumerator
|
| /freebsd-13.1/contrib/llvm-project/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}};
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 253 case eFormatVectorOfFloat32: in FinalizeSettings() 1375 case eFormatVectorOfFloat32: in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 773 case eFormatVectorOfFloat32: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1144 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation() 1237 (custom_format == eFormatVectorOfFloat32) || in DumpPrintableRepresentation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 314 .. py:data:: eFormatVectorOfFloat32
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 535 .Case("vector-float32", eFormatVectorOfFloat32) in BuildDynamicRegisterInfo() 4440 reg_info.format = eFormatVectorOfFloat32; in ParseRegisters()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 520 case eFormatVectorOfFloat32: in GetFormatNameOrEmpty()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8958 case eFormatVectorOfFloat32: in DumpTypeValue()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70625 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfFloat32", lldb::eFormatVectorOfFloat32)},
|