reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86207   SWIG_Python_SetConstant(d, "eFormatVectorOfSInt32",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfSInt32)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  253     case eFormatVectorOfSInt32:
 1421       case eFormatVectorOfSInt32:
tools/lldb/source/Core/DumpDataExtractor.cpp
  720     case eFormatVectorOfSInt32:
tools/lldb/source/Core/ValueObject.cpp
 1258           (custom_format == eFormatVectorOfSInt32) ||
 1351             (custom_format == eFormatVectorOfSInt32) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   59     {eFormatVectorOfSInt32, '\0', "int32_t[]"},
  447   case eFormatVectorOfSInt32:
tools/lldb/source/DataFormatters/VectorType.cpp
   83   case lldb::eFormatVectorOfSInt32:
  133   case lldb::eFormatVectorOfSInt32:
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  750     {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)},
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1744   case eFormatVectorOfSInt32:
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  560                       .Case("vector-sint32", eFormatVectorOfSInt32)
 4391               reg_info.format = eFormatVectorOfSInt32;
tools/lldb/source/Symbol/ClangASTContext.cpp
 9547         case eFormatVectorOfSInt32:
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  188                     .Case("vector-sint32", eFormatVectorOfSInt32)