Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp93 case lldb::eFormatVectorOfUInt16: in GetClangTypeForFormat()
140 case lldb::eFormatVectorOfUInt16: in GetItemFormatForFormat()
HDFormatManager.cpp61 { eFormatVectorOfUInt16 , '\0' , "uint16_t[]" },
507 case eFormatVectorOfUInt16: in GetSingleItemFormat()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h144 eFormatVectorOfUInt16, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp269 case eFormatVectorOfUInt16: in FinalizeSettings()
1526 case eFormatVectorOfUInt16: in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp1554 (custom_format == eFormatVectorOfUInt16) || in HasSpecialPrintableRepresentation()
1649 (custom_format == eFormatVectorOfUInt16) || in DumpPrintableRepresentation()
HDDataExtractor.cpp1985 case eFormatVectorOfUInt16: in Dump()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp623 reg_info.format = eFormatVectorOfUInt16; in BuildDynamicRegisterInfo()
4227 reg_info.format = eFormatVectorOfUInt16; in ParseRegisters()
HDGDBRemoteCommunicationServerLLGS.cpp1435 case eFormatVectorOfUInt16: response.PutCString ("format:vector-uint16;"); break; in Handle_qRegisterInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6525 case eFormatVectorOfUInt16: in DumpTypeValue()