Home
last modified time | relevance | path

Searched refs:GetWCharByteSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp119 std::optional<uint64_t> size = GetWCharByteSize(valobj); in WCharStringSummaryProvider()
172 std::optional<uint64_t> size = GetWCharByteSize(valobj); in WCharSummaryProvider()
203 lldb_private::formatters::GetWCharByteSize(ValueObject &valobj) { in GetWCharByteSize() function in lldb_private::formatters
H A DCxxStringTypes.h47 std::optional<uint64_t> GetWCharByteSize(ValueObject &valobj);
H A DLibCxx.cpp571 auto wchar_t_size = GetWCharByteSize(valobj); in LibcxxWStringSummaryProvider()
713 auto wchar_t_size = GetWCharByteSize(valobj); in LibcxxWStringViewSummaryProvider()