Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp45 return std::make_pair("U", lldb::eFormatUnicode32); in getElementTraits()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp67 case lldb::eFormatUnicode32: in GetCompilerTypeForFormat()
H A DFormatManager.cpp51 {eFormatUnicode32, '\0', "unicode32"},
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h177 eFormatUnicode32, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp164 case eFormatUnicode32: in FinalizeSettings()
1392 case eFormatUnicode32: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp696 case eFormatUnicode32: in DumpDataExtractor()
H A DValueObject.cpp1252 (custom_format == eFormatUnicode32) || in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst301 .. py:data:: eFormatUnicode32
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5136 return lldb::eFormatUnicode32; in GetFormat()
8657 case eFormatUnicode32: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77866 {SWIG_LUA_CONSTTAB_INT("eFormatUnicode32", lldb::eFormatUnicode32)},