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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86196   SWIG_Python_SetConstant(d, "eFormatOctal",SWIG_From_int(static_cast< int >(lldb::eFormatOctal)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  161     case eFormatOctal:
 1555       case eFormatOctal:
tools/lldb/source/Core/DumpDataExtractor.cpp
  360     case eFormatOctal:
tools/lldb/source/Core/IOHandler.cpp
 2812       return eFormatOctal;
tools/lldb/source/Core/ValueObject.cpp
 1394           (custom_format == eFormatFloat) || (custom_format == eFormatOctal) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   48     {eFormatOctal, 'o', "octal"},
tools/lldb/source/DataFormatters/VectorType.cpp
   57   case lldb::eFormatOctal:
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  175     format = eFormatOctal;
tools/lldb/source/Symbol/ClangASTContext.cpp
 9538         case eFormatOctal: