Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp83 case lldb::eFormatVectorOfSInt32: in GetCompilerTypeForFormat()
133 case lldb::eFormatVectorOfSInt32: in GetItemFormatForFormat()
H A DFormatManager.cpp59 {eFormatVectorOfSInt32, '\0', "int32_t[]"},
437 case eFormatVectorOfSInt32: in GetSingleItemFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h184 eFormatVectorOfSInt32, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp248 case eFormatVectorOfSInt32: in FinalizeSettings()
1370 case eFormatVectorOfSInt32: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp729 case eFormatVectorOfSInt32: in DumpDataExtractor()
H A DValueObject.cpp1147 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
1240 (custom_format == eFormatVectorOfSInt32) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst309 .. py:data:: eFormatVectorOfSInt32
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp533 .Case("vector-sint32", eFormatVectorOfSInt32) in BuildDynamicRegisterInfo()
4436 reg_info.format = eFormatVectorOfSInt32; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp516 case eFormatVectorOfSInt32: in GetFormatNameOrEmpty()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp752 {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8954 case eFormatVectorOfSInt32: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70620 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfSInt32", lldb::eFormatVectorOfSInt32)},