Home
last modified time | relevance | path

Searched refs:ReadBufferAndDumpToStreamOptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp262 const StringPrinter::ReadBufferAndDumpToStreamOptions &dump_options) { in DumpEncodedBufferToStream()
371 lldb_private::formatters::StringPrinter::ReadBufferAndDumpToStreamOptions::
372 ReadBufferAndDumpToStreamOptions(ValueObject &valobj) in ReadBufferAndDumpToStreamOptions() function in lldb_private::formatters::StringPrinter::ReadBufferAndDumpToStreamOptions
373 : ReadBufferAndDumpToStreamOptions() { in ReadBufferAndDumpToStreamOptions()
379 ReadBufferAndDumpToStreamOptions( in ReadBufferAndDumpToStreamOptions() function in lldb_private::formatters::StringPrinter::ReadBufferAndDumpToStreamOptions
381 : ReadBufferAndDumpToStreamOptions() { in ReadBufferAndDumpToStreamOptions()
481 StringPrinter::ReadBufferAndDumpToStreamOptions dump_options(options); in ReadEncodedBufferAndDumpToStream()
525 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
532 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
539 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h127 class ReadBufferAndDumpToStreamOptions : public DumpToStreamOptions {
129 ReadBufferAndDumpToStreamOptions() = default;
131 ReadBufferAndDumpToStreamOptions(ValueObject &valobj);
133 ReadBufferAndDumpToStreamOptions(
154 ReadBufferAndDumpToStream(const ReadBufferAndDumpToStreamOptions &options);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp170 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in Char8SummaryProvider()
196 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in Char16SummaryProvider()
222 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in Char32SummaryProvider()
256 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in WCharSummaryProvider()
H A DLibCxx.cpp664 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in LibcxxWStringSummaryProvider()
736 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in LibcxxStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1190 ReadBufferAndDumpToStreamOptions options(*this); in DumpPrintableRepresentation()