Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp43 return std::make_pair("u", lldb::eFormatUnicode16); in getElementTraits()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp66 case lldb::eFormatUnicode16: in GetCompilerTypeForFormat()
H A DFormatManager.cpp50 {eFormatUnicode16, 'U', "unicode16"},
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h176 eFormatUnicode16, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp163 case eFormatUnicode16: in FinalizeSettings()
1391 case eFormatUnicode16: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp692 case eFormatUnicode16: in DumpDataExtractor()
H A DValueObject.cpp1251 (custom_format == eFormatUnicode16) || in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst300 .. py:data:: eFormatUnicode16
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5134 return lldb::eFormatUnicode16; in GetFormat()
8652 case eFormatUnicode16: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77865 {SWIG_LUA_CONSTTAB_INT("eFormatUnicode16", lldb::eFormatUnicode16)},