Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp67 case lldb::eFormatUnicode16: in GetCompilerTypeForFormat()
H A DFormatManager.cpp51 {eFormatUnicode16, 'U', "unicode16"},
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp43 return std::make_pair("u", lldb::eFormatUnicode16); in getElementTraits()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h179 eFormatUnicode16, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp163 case eFormatUnicode16: in FinalizeSettings()
1364 case eFormatUnicode16: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp693 case eFormatUnicode16: in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst300 .. py:data:: eFormatUnicode16
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1471 (custom_format == eFormatUnicode16) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5203 return lldb::eFormatUnicode16; in GetFormat()
8761 case eFormatUnicode16: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82545 {SWIG_LUA_CONSTTAB_INT("eFormatUnicode16", (lldb::eFormatUnicode16))},