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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86199   SWIG_Python_SetConstant(d, "eFormatUnicode32",SWIG_From_int(static_cast< int >(lldb::eFormatUnicode32)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  166     case eFormatUnicode32:
 1415       case eFormatUnicode32:
tools/lldb/source/Core/DumpDataExtractor.cpp
  625     case eFormatUnicode32:
tools/lldb/source/Core/ValueObject.cpp
 1397           (custom_format == eFormatUnicode32) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   51     {eFormatUnicode32, '\0', "unicode32"},
tools/lldb/source/DataFormatters/VectorType.cpp
   64   case lldb::eFormatUnicode32:
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  218   valobj.GetValueAsCString(lldb::eFormatUnicode32, value);
tools/lldb/source/Symbol/ClangASTContext.cpp
 5363       return lldb::eFormatUnicode32;
 9570         case eFormatUnicode32: