Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp218 valobj.GetValueAsCString(lldb::eFormatUnicode32, value); in Char32SummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp64 case lldb::eFormatUnicode32: in GetCompilerTypeForFormat()
H A DFormatManager.cpp51 {eFormatUnicode32, '\0', "unicode32"},
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h176 eFormatUnicode32, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp161 case eFormatUnicode32: in FinalizeSettings()
1364 case eFormatUnicode32: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp619 case eFormatUnicode32: in DumpDataExtractor()
H A DValueObject.cpp1286 (custom_format == eFormatUnicode32) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst301 .. py:data:: eFormatUnicode32
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5162 return lldb::eFormatUnicode32; in GetFormat()
8977 case eFormatUnicode32: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70612 {SWIG_LUA_CONSTTAB_INT("eFormatUnicode32", lldb::eFormatUnicode32)},