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[]"},
438 case eFormatVectorOfSInt32: in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h188 eFormatVectorOfSInt32, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp251 case eFormatVectorOfSInt32: in FinalizeSettings()
1371 case eFormatVectorOfSInt32: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp805 case eFormatVectorOfSInt32: in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1322 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
1426 (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.cpp487 .Case("vector-sint32", eFormatVectorOfSInt32) in BuildDynamicRegisterInfo()
4724 .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.cpp8742 case eFormatVectorOfSInt32: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82554 {SWIG_LUA_CONSTTAB_INT("eFormatVectorOfSInt32", (lldb::eFormatVectorOfSInt32))},