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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86208   SWIG_Python_SetConstant(d, "eFormatVectorOfUInt32",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt32)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  254     case eFormatVectorOfUInt32:
 1422       case eFormatVectorOfUInt32:
tools/lldb/source/Core/DumpDataExtractor.cpp
  729     case eFormatVectorOfUInt32:
tools/lldb/source/Core/ValueObject.cpp
 1263           (custom_format == eFormatVectorOfUInt32) ||
 1356             (custom_format == eFormatVectorOfUInt32) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   60     {eFormatVectorOfUInt32, '\0', "uint32_t[]"},
  453   case eFormatVectorOfUInt32:
tools/lldb/source/DataFormatters/VectorType.cpp
   98   case lldb::eFormatVectorOfUInt32:
  140   case lldb::eFormatVectorOfUInt32:
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  758     {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)},
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
  189     POWERPC_REGS
  195     POWERPC_REGS
  206     POWERPC_REGS
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
  317     PPC64_REGS
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
  461     POWERPC_REGS
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1747   case eFormatVectorOfUInt32:
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  561                       .Case("vector-uint32", eFormatVectorOfUInt32)
 4393               reg_info.format = eFormatVectorOfUInt32;
tools/lldb/source/Symbol/ClangASTContext.cpp
 9548         case eFormatVectorOfUInt32:
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  189                     .Case("vector-uint32", eFormatVectorOfUInt32)