Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp83 case lldb::eFormatVectorOfSInt32: in GetCompilerTypeForFormat()
133 case lldb::eFormatVectorOfSInt32: in GetItemFormatForFormat()
H A DFormatManager.cpp58 {eFormatVectorOfSInt32, '\0', "int32_t[]"},
436 case eFormatVectorOfSInt32: in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp187 .Case("vector-sint32", eFormatVectorOfSInt32) in create()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp167 lldb::Format::eFormatVectorOfSInt32, "{0 -1 2147483647}"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h184 eFormatVectorOfSInt32, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp250 case eFormatVectorOfSInt32: in FinalizeSettings()
1414 case eFormatVectorOfSInt32: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp829 case eFormatVectorOfSInt32: in DumpDataExtractor()
H A DValueObject.cpp1149 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
1243 (custom_format == eFormatVectorOfSInt32) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst309 .. py:data:: eFormatVectorOfSInt32
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp485 .Case("vector-sint32", eFormatVectorOfSInt32) in BuildDynamicRegisterInfo()
4121 .Case("vector-sint32", eFormatVectorOfSInt32) in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp559 case eFormatVectorOfSInt32: in GetFormatNameOrEmpty()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp752 {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9054 case eFormatVectorOfSInt32: in DumpTypeValue()