Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp45 return std::make_pair("U", lldb::eFormatUnicode32); in getElementTraits()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp64 case lldb::eFormatUnicode32: in GetCompilerTypeForFormat()
H A DFormatManager.cpp50 {eFormatUnicode32, '\0', "unicode32"},
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp148 TestDump<uint32_t>(0x12345678, lldb::Format::eFormatUnicode32, in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h176 eFormatUnicode32, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp163 case eFormatUnicode32: in FinalizeSettings()
1408 case eFormatUnicode32: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp719 case eFormatUnicode32: in DumpDataExtractor()
H A DValueObject.cpp1289 (custom_format == eFormatUnicode32) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst301 .. py:data:: eFormatUnicode32
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5200 return lldb::eFormatUnicode32; in GetFormat()
9078 case eFormatUnicode32: in DumpTypeValue()