Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp192 valobj.GetValueAsCString(lldb::eFormatUnicode16, value); in Char16SummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp63 case lldb::eFormatUnicode16: in GetCompilerTypeForFormat()
H A DFormatManager.cpp50 {eFormatUnicode16, 'U', "unicode16"},
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h175 eFormatUnicode16, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp160 case eFormatUnicode16: in FinalizeSettings()
1363 case eFormatUnicode16: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp615 case eFormatUnicode16: in DumpDataExtractor()
H A DValueObject.cpp1285 (custom_format == eFormatUnicode16) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst300 .. py:data:: eFormatUnicode16
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5160 return lldb::eFormatUnicode16; in GetFormat()
8972 case eFormatUnicode16: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70611 {SWIG_LUA_CONSTTAB_INT("eFormatUnicode16", lldb::eFormatUnicode16)},