Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp95 case lldb::eFormatVectorOfUInt16: in GetCompilerTypeForFormat()
139 case lldb::eFormatVectorOfUInt16: in GetItemFormatForFormat()
H A DFormatManager.cpp57 {eFormatVectorOfUInt16, '\0', "uint16_t[]"},
441 case eFormatVectorOfUInt16: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp186 .Case("vector-uint16", eFormatVectorOfUInt16) in create()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp165 lldb::Format::eFormatVectorOfUInt16, "{0xffff 0xabcd 0x1234}"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h183 eFormatVectorOfUInt16, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp249 case eFormatVectorOfUInt16: in FinalizeSettings()
1413 case eFormatVectorOfUInt16: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp820 case eFormatVectorOfUInt16: in DumpDataExtractor()
H A DValueObject.cpp1153 (custom_format == eFormatVectorOfUInt16) || in HasSpecialPrintableRepresentation()
1247 (custom_format == eFormatVectorOfUInt16) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst308 .. py:data:: eFormatVectorOfUInt16
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp484 .Case("vector-uint16", eFormatVectorOfUInt16) in BuildDynamicRegisterInfo()
4120 .Case("vector-uint16", eFormatVectorOfUInt16) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp557 case eFormatVectorOfUInt16: in GetFormatNameOrEmpty()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp758 {eFormatDecimal, eFormatVectorOfUInt16, sizeof(uint16_t)},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9053 case eFormatVectorOfUInt16: in DumpTypeValue()