Home
last modified time | relevance | path

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

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