Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp81 case lldb::eFormatVectorOfSInt32: in GetClangTypeForFormat()
134 case lldb::eFormatVectorOfSInt32: in GetItemFormatForFormat()
HDFormatManager.cpp62 { eFormatVectorOfSInt32 , '\0' , "int32_t[]" },
502 case eFormatVectorOfSInt32: in GetSingleItemFormat()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h145 eFormatVectorOfSInt32, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp270 case eFormatVectorOfSInt32: in FinalizeSettings()
1527 case eFormatVectorOfSInt32: in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp1550 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
1645 (custom_format == eFormatVectorOfSInt32) || in DumpPrintableRepresentation()
HDDataExtractor.cpp1991 case eFormatVectorOfSInt32: in Dump()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp625 reg_info.format = eFormatVectorOfSInt32; in BuildDynamicRegisterInfo()
4229 reg_info.format = eFormatVectorOfSInt32; in ParseRegisters()
HDGDBRemoteCommunicationServerLLGS.cpp1436 case eFormatVectorOfSInt32: response.PutCString ("format:vector-sint32;"); break; in Handle_qRegisterInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6526 case eFormatVectorOfSInt32: in DumpTypeValue()