Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp78 case lldb::eFormatVectorOfSInt16: in GetClangTypeForFormat()
133 case lldb::eFormatVectorOfSInt16: in GetItemFormatForFormat()
HDFormatManager.cpp60 { eFormatVectorOfSInt16 , '\0' , "int16_t[]" },
501 case eFormatVectorOfSInt16: in GetSingleItemFormat()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h143 eFormatVectorOfSInt16, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp268 case eFormatVectorOfSInt16: in FinalizeSettings()
1525 case eFormatVectorOfSInt16: in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp1549 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1644 (custom_format == eFormatVectorOfSInt16) || in DumpPrintableRepresentation()
HDDataExtractor.cpp1979 case eFormatVectorOfSInt16: in Dump()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp621 reg_info.format = eFormatVectorOfSInt16; in BuildDynamicRegisterInfo()
4225 reg_info.format = eFormatVectorOfSInt16; in ParseRegisters()
HDGDBRemoteCommunicationServerLLGS.cpp1434 case eFormatVectorOfSInt16: response.PutCString ("format:vector-sint16;"); break; in Handle_qRegisterInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6524 case eFormatVectorOfSInt16: in DumpTypeValue()