Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCxxStringTypes.cpp43 return std::make_pair("u", lldb::eFormatUnicode16); in getElementTraits()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp67 case lldb::eFormatUnicode16: in GetCompilerTypeForFormat()
HDFormatManager.cpp51 {eFormatUnicode16, 'U', "unicode16"},
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h176 eFormatUnicode16, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp163 case eFormatUnicode16: in FinalizeSettings()
1337 case eFormatUnicode16: in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp692 case eFormatUnicode16: in DumpDataExtractor()
HDValueObject.cpp1443 (custom_format == eFormatUnicode16) || in DumpPrintableRepresentation()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst300 .. py:data:: eFormatUnicode16
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp5207 return lldb::eFormatUnicode16; in GetFormat()
8838 case eFormatUnicode16: in DumpTypeValue()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81149 {SWIG_LUA_CONSTTAB_INT("eFormatUnicode16", (lldb::eFormatUnicode16))},