Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp84 case lldb::eFormatVectorOfSInt16: in GetCompilerTypeForFormat()
136 case lldb::eFormatVectorOfSInt16: in GetItemFormatForFormat()
H A DFormatManager.cpp58 {eFormatVectorOfSInt16, '\0', "int16_t[]"},
437 case eFormatVectorOfSInt16: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h186 eFormatVectorOfSInt16, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp249 case eFormatVectorOfSInt16: in FinalizeSettings()
1369 case eFormatVectorOfSInt16: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp787 case eFormatVectorOfSInt16: in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1321 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1425 (custom_format == eFormatVectorOfSInt16) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst307 .. py:data:: eFormatVectorOfSInt16
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp485 .Case("vector-sint16", eFormatVectorOfSInt16) in BuildDynamicRegisterInfo()
4722 .Case("vector-sint16", eFormatVectorOfSInt16) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp551 case eFormatVectorOfSInt16: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8740 case eFormatVectorOfSInt16: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82552 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfSInt16", (lldb::eFormatVectorOfSInt16))},