Home
last modified time | relevance | path

Searched refs:eFormatUnicode16 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp43 return std::make_pair("u", lldb::eFormatUnicode16); in getElementTraits()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp63 case lldb::eFormatUnicode16: in GetCompilerTypeForFormat()
H A DFormatManager.cpp49 {eFormatUnicode16, 'U', "unicode16"},
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp147 TestDump<uint16_t>(0x1122, lldb::Format::eFormatUnicode16, "U+1122"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h175 eFormatUnicode16, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp162 case eFormatUnicode16: in FinalizeSettings()
1407 case eFormatUnicode16: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp715 case eFormatUnicode16: in DumpDataExtractor()
H A DValueObject.cpp1288 (custom_format == eFormatUnicode16) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst300 .. py:data:: eFormatUnicode16
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5198 return lldb::eFormatUnicode16; in GetFormat()
9073 case eFormatUnicode16: in DumpTypeValue()