Home
last modified time | relevance | path

Searched refs:StringElementType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp29 using StringElementType = StringPrinter::StringElementType; typedef
63 template <StringElementType type>
136 DecodedCharBuffer GetPrintableImpl<StringElementType::ASCII>( in GetPrintableImpl()
169 DecodedCharBuffer GetPrintableImpl<StringElementType::UTF8>( in GetPrintableImpl()
176 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next, in GetPrintableImpl()
218 static DecodedCharBuffer GetPrintable(StringElementType type, uint8_t *buffer, in GetPrintable()
225 case StringElementType::ASCII: in GetPrintable()
226 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next, in GetPrintable()
228 case StringElementType::UTF8: in GetPrintable()
229 return GetPrintableImpl<StringElementType::UTF8>(buffer, buffer_end, next, in GetPrintable()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCxxStringTypes.cpp52 StringPrinter::StringElementType::UTF8>(options)) { in Char8StringSummaryProvider()
77 StringPrinter::StringElementType::UTF16>(options)) { in Char16StringSummaryProvider()
102 StringPrinter::StringElementType::UTF32>(options)) { in Char32StringSummaryProvider()
142 StringPrinter::StringElementType::UTF8>(options); in WCharStringSummaryProvider()
145 StringPrinter::StringElementType::UTF16>(options); in WCharStringSummaryProvider()
148 StringPrinter::StringElementType::UTF32>(options); in WCharStringSummaryProvider()
179 StringPrinter::StringElementType::UTF8>(options); in Char8SummaryProvider()
205 StringPrinter::StringElementType::UTF16>(options); in Char16SummaryProvider()
231 StringPrinter::StringElementType::UTF32>(options); in Char32SummaryProvider()
267 StringPrinter::StringElementType::UTF8>(options); in WCharSummaryProvider()
[all …]
DLibCxx.cpp699 lldb_private::formatters::StringPrinter::StringElementType::UTF8>( in LibcxxWStringSummaryProvider()
705 lldb_private::formatters::StringPrinter::StringElementType::UTF16>( in LibcxxWStringSummaryProvider()
711 lldb_private::formatters::StringPrinter::StringElementType::UTF32>( in LibcxxWStringSummaryProvider()
717 template <StringPrinter::StringElementType element_type>
763 template <StringPrinter::StringElementType element_type>
780 return formatStringImpl<StringPrinter::StringElementType::ASCII>( in LibcxxStringSummaryProviderASCII()
787 return formatStringImpl<StringPrinter::StringElementType::UTF16>( in LibcxxStringSummaryProviderUTF16()
794 return formatStringImpl<StringPrinter::StringElementType::UTF32>( in LibcxxStringSummaryProviderUTF32()
DLibStdcpp.cpp265 StringPrinter::StringElementType::UTF8>(options)) { in LibStdcppStringSummaryProvider()
329 StringPrinter::StringElementType::UTF8>(options); in LibStdcppWStringSummaryProvider()
332 StringPrinter::StringElementType::UTF16>(options); in LibStdcppWStringSummaryProvider()
335 StringPrinter::StringElementType::UTF32>(options); in LibStdcppWStringSummaryProvider()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSString.cpp179 StringPrinter::StringElementType::UTF16>(options); in NSStringSummaryProvider()
191 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
206 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
230 StringPrinter::StringElementType::UTF16>(options); in NSStringSummaryProvider()
250 StringPrinter::StringElementType::UTF16>(options); in NSStringSummaryProvider()
273 StringPrinter::StringElementType::UTF8>(options); in NSStringSummaryProvider()
276 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
293 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enum
148 template <StringElementType element_type>
152 template <StringElementType element_type>
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp1200 lldb_private::formatters::StringPrinter::StringElementType::ASCII>( in DumpPrintableRepresentation()