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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86186   SWIG_Python_SetConstant(d, "eFormatChar",SWIG_From_int(static_cast< int >(lldb::eFormatChar)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  196     case eFormatChar:
  854     if (((format == eFormatChar) || (format == eFormatCharPrintable)) &&
 1498       case eFormatChar:
tools/lldb/source/Core/Address.cpp
  213                       eFormatChar,          // Print as characters
tools/lldb/source/Core/DumpDataExtractor.cpp
  216     } else if (item_format != eFormatChar &&
  271     case eFormatChar:
  282       if (item_count == 1 && item_format == eFormatChar)
  330       if (item_count == 1 && item_format == eFormatChar)
tools/lldb/source/Core/IOHandler.cpp
 2828       return eFormatChar;
tools/lldb/source/Core/ValueObject.cpp
 1246          custom_format == eFormatChar || custom_format == eFormatVectorOfChar))
 1291            custom_format == eFormatCharArray || custom_format == eFormatChar ||
 1389           (custom_format == eFormatBinary) || (custom_format == eFormatChar) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   39     {eFormatChar, 'c', "character"},
tools/lldb/source/DataFormatters/VectorType.cpp
   40   case lldb::eFormatChar:
  126     return lldb::eFormatChar;
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  213     format = eFormatChar;
tools/lldb/source/Symbol/ClangASTContext.cpp
 5359       return lldb::eFormatChar;
 9214       DumpDataExtractor(data, s, data_byte_offset, lldb::eFormatChar,
 9556         case eFormatChar:
 9617           DumpDataExtractor(cstr_data, s, 0, lldb::eFormatChar, 1, len,