Searched refs:eFormatVectorOfSInt32 (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 83 case lldb::eFormatVectorOfSInt32: in GetCompilerTypeForFormat() 133 case lldb::eFormatVectorOfSInt32: in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 58 {eFormatVectorOfSInt32, '\0', "int32_t[]"}, 436 case eFormatVectorOfSInt32: in GetSingleItemFormat()
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 187 .Case("vector-sint32", eFormatVectorOfSInt32) in create()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 167 lldb::Format::eFormatVectorOfSInt32, "{0 -1 2147483647}"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 184 eFormatVectorOfSInt32, enumerator
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 250 case eFormatVectorOfSInt32: in FinalizeSettings() 1414 case eFormatVectorOfSInt32: in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 829 case eFormatVectorOfSInt32: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1149 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation() 1243 (custom_format == eFormatVectorOfSInt32) || in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 309 .. py:data:: eFormatVectorOfSInt32
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 485 .Case("vector-sint32", eFormatVectorOfSInt32) in BuildDynamicRegisterInfo() 4121 .Case("vector-sint32", eFormatVectorOfSInt32) in ParseRegisters()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 559 case eFormatVectorOfSInt32: in GetFormatNameOrEmpty()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 752 {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)},
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9054 case eFormatVectorOfSInt32: in DumpTypeValue()
|