Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp86 case lldb::eFormatVectorOfSInt32: in GetCompilerTypeForFormat()
136 case lldb::eFormatVectorOfSInt32: in GetItemFormatForFormat()
H A DFormatManager.cpp59 {eFormatVectorOfSInt32, '\0', "int32_t[]"},
426 case eFormatVectorOfSInt32: in GetSingleItemFormat()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h185 eFormatVectorOfSInt32, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp251 case eFormatVectorOfSInt32: in FinalizeSettings()
1398 case eFormatVectorOfSInt32: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp806 case eFormatVectorOfSInt32: in DumpDataExtractor()
H A DValueObject.cpp1102 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
1206 (custom_format == eFormatVectorOfSInt32) || in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst309 .. py:data:: eFormatVectorOfSInt32
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp477 .Case("vector-sint32", eFormatVectorOfSInt32) in BuildDynamicRegisterInfo()
4422 .Case("vector-sint32", eFormatVectorOfSInt32) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp555 case eFormatVectorOfSInt32: in GetFormatNameOrEmpty()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8633 case eFormatVectorOfSInt32: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77874 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfSInt32", lldb::eFormatVectorOfSInt32)},