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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86210   SWIG_Python_SetConstant(d, "eFormatVectorOfUInt64",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt64)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  256     case eFormatVectorOfUInt64:
 1424       case eFormatVectorOfUInt64:
tools/lldb/source/Core/DumpDataExtractor.cpp
  747     case eFormatVectorOfUInt64:
tools/lldb/source/Core/ValueObject.cpp
 1264           (custom_format == eFormatVectorOfUInt64) ||
 1357             (custom_format == eFormatVectorOfUInt64) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   62     {eFormatVectorOfUInt64, '\0', "uint64_t[]"},
  454   case eFormatVectorOfUInt64:
tools/lldb/source/DataFormatters/VectorType.cpp
  101   case lldb::eFormatVectorOfUInt64:
  141   case lldb::eFormatVectorOfUInt64:
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  162     {"bnd0",     nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd0,          dwarf_bnd0,          LLDB_INVALID_REGNUM,      LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, nullptr, nullptr, 0},
  163     {"bnd1",     nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd1,          dwarf_bnd1,          LLDB_INVALID_REGNUM,      LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, nullptr, nullptr, 0},
  164     {"bnd2",     nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd2,          dwarf_bnd2,          LLDB_INVALID_REGNUM,      LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, nullptr, nullptr, 0},
  165     {"bnd3",     nullptr, 16, 0, eEncodingVector, eFormatVectorOfUInt64,{dwarf_bnd3,          dwarf_bnd3,          LLDB_INVALID_REGNUM,      LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, nullptr, nullptr, 0},
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  179     {"bnd0",     nullptr, 16,  0, eEncodingVector, eFormatVectorOfUInt64,    {dwarf_bnd0,             dwarf_bnd0,               LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM,  LLDB_INVALID_REGNUM},     nullptr,     nullptr,     nullptr,     0},
  180     {"bnd1",     nullptr, 16,  0, eEncodingVector, eFormatVectorOfUInt64,    {dwarf_bnd1,             dwarf_bnd1,               LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM,  LLDB_INVALID_REGNUM},     nullptr,     nullptr,     nullptr,     0},
  181     {"bnd2",     nullptr, 16,  0, eEncodingVector, eFormatVectorOfUInt64,    {dwarf_bnd2,             dwarf_bnd2,               LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM,  LLDB_INVALID_REGNUM},     nullptr,     nullptr,     nullptr,     0},
  182     {"bnd3",     nullptr, 16,  0, eEncodingVector, eFormatVectorOfUInt64,    {dwarf_bnd3,             dwarf_bnd3,               LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM,  LLDB_INVALID_REGNUM},     nullptr,     nullptr,     nullptr,     0},
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
  988      eFormatVectorOfUInt64,
 1000      eFormatVectorOfUInt64,
 1012      eFormatVectorOfUInt64,
 1024      eFormatVectorOfUInt64,
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  760     {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  114     DEFINE_XMM(xmm0),
  115     DEFINE_XMM(xmm1),
  116     DEFINE_XMM(xmm2),
  117     DEFINE_XMM(xmm3),
  118     DEFINE_XMM(xmm4),
  119     DEFINE_XMM(xmm5),
  120     DEFINE_XMM(xmm6),
  121     DEFINE_XMM(xmm7),
  122     DEFINE_XMM(xmm8),
  123     DEFINE_XMM(xmm9),
  124     DEFINE_XMM(xmm10),
  125     DEFINE_XMM(xmm11),
  126     DEFINE_XMM(xmm12),
  127     DEFINE_XMM(xmm13),
  128     DEFINE_XMM(xmm14),
  129     DEFINE_XMM(xmm15)
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  270     DEFINE_BNDR(bnd, 0),
  271     DEFINE_BNDR(bnd, 1),
  272     DEFINE_BNDR(bnd, 2),
  273     DEFINE_BNDR(bnd, 3),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  289     DEFINE_BNDR(bnd, 0),
  290     DEFINE_BNDR(bnd, 1),
  291     DEFINE_BNDR(bnd, 2),
  292     DEFINE_BNDR(bnd, 3),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1753   case eFormatVectorOfUInt64:
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  563                       .Case("vector-uint64", eFormatVectorOfUInt64)
 4397               reg_info.format = eFormatVectorOfUInt64;
tools/lldb/source/Symbol/ClangASTContext.cpp
 9550         case eFormatVectorOfUInt64:
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  191                     .Case("vector-uint64", eFormatVectorOfUInt64)