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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86191   SWIG_Python_SetConstant(d, "eFormatDecimal",SWIG_From_int(static_cast< int >(lldb::eFormatDecimal)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  162     case eFormatDecimal:
 1519       case eFormatDecimal:
tools/lldb/source/Core/DumpDataExtractor.cpp
  336     case eFormatDecimal:
  690           DumpDataExtractor(DE, s, offset, eFormatDecimal, 1, item_byte_size,
  705           DE, s, offset, eFormatDecimal, sizeof(uint16_t),
  723           DE, s, offset, eFormatDecimal, sizeof(uint32_t),
  741           DE, s, offset, eFormatDecimal, sizeof(uint64_t),
tools/lldb/source/Core/IOHandler.cpp
 2818       return eFormatDecimal;
tools/lldb/source/Core/ValueObject.cpp
 1392           (custom_format == eFormatDecimal) || (custom_format == eFormatHex) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   43     {eFormatDecimal, 'd', "decimal"},
  449     return eFormatDecimal;
tools/lldb/source/DataFormatters/VectorType.cpp
  112   case lldb::eFormatDecimal:
  136     return lldb::eFormatDecimal;
  147   case lldb::eFormatDecimal:
  161     return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format;
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  183     format = eFormatDecimal;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  746     {eFormatDecimal, eFormatVectorOfSInt8, sizeof(int8_t)},
  748     {eFormatDecimal, eFormatVectorOfSInt16, sizeof(int16_t)},
  750     {eFormatDecimal, eFormatVectorOfSInt32, sizeof(int32_t)},
  752     {eFormatDecimal, eFormatVectorOfSInt64, sizeof(int64_t)},
  754     {eFormatDecimal, eFormatVectorOfUInt8, sizeof(uint8_t)},
  756     {eFormatDecimal, eFormatVectorOfUInt16, sizeof(uint16_t)},
  758     {eFormatDecimal, eFormatVectorOfUInt32, sizeof(uint32_t)},
  760     {eFormatDecimal, eFormatVectorOfUInt64, sizeof(uint64_t)},
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1723   case eFormatDecimal:
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  553                       .Case("decimal", eFormatDecimal)
tools/lldb/source/Symbol/ClangASTContext.cpp
 5367       return lldb::eFormatDecimal;
 5371       return lldb::eFormatDecimal;
 5375       return lldb::eFormatDecimal;
 5379       return lldb::eFormatDecimal;
 5383       return lldb::eFormatDecimal;
 9533         case eFormatDecimal:
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  181                     .Case("decimal", eFormatDecimal)