Home
last modified time | relevance | path

Searched refs:eFormatVectorOfSInt16 (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp80 case lldb::eFormatVectorOfSInt16: in GetCompilerTypeForFormat()
132 case lldb::eFormatVectorOfSInt16: in GetItemFormatForFormat()
H A DFormatManager.cpp56 {eFormatVectorOfSInt16, '\0', "int16_t[]"},
435 case eFormatVectorOfSInt16: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp185 .Case("vector-sint16", eFormatVectorOfSInt16) in create()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp163 lldb::Format::eFormatVectorOfSInt16, "{-1 1234 32767}"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h182 eFormatVectorOfSInt16, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp248 case eFormatVectorOfSInt16: in FinalizeSettings()
1412 case eFormatVectorOfSInt16: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp811 case eFormatVectorOfSInt16: in DumpDataExtractor()
H A DValueObject.cpp1148 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1242 (custom_format == eFormatVectorOfSInt16) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst307 .. py:data:: eFormatVectorOfSInt16
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp483 .Case("vector-sint16", eFormatVectorOfSInt16) in BuildDynamicRegisterInfo()
4119 .Case("vector-sint16", eFormatVectorOfSInt16) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp555 case eFormatVectorOfSInt16: in GetFormatNameOrEmpty()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp750 {eFormatDecimal, eFormatVectorOfSInt16, sizeof(int16_t)},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9052 case eFormatVectorOfSInt16: in DumpTypeValue()