Home
last modified time | relevance | path

Searched refs:SetStream (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp151 options.SetStream(&stream); in NSStringSummaryProvider()
164 options.SetStream(&stream); in NSStringSummaryProvider()
180 options.SetStream(&stream); in NSStringSummaryProvider()
202 options.SetStream(&stream); in NSStringSummaryProvider()
228 options.SetStream(&stream); in NSStringSummaryProvider()
251 options.SetStream(&stream); in NSStringSummaryProvider()
274 options.SetStream(&stream); in NSStringSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp60 options.SetStream(&stream); in CharStringSummaryProvider()
88 options.SetStream(&stream); in CharSummaryProvider()
134 options.SetStream(&stream); in WCharStringSummaryProvider()
193 options.SetStream(&stream); in WCharSummaryProvider()
H A DLibStdcpp.cpp254 options.SetStream(&stream); in LibStdcppStringSummaryProvider()
315 options.SetStream(&stream); in LibStdcppWStringSummaryProvider()
H A DLibCxx.cpp858 options.SetStream(&stream); in LibcxxWStringSummaryProvider()
932 options.SetStream(&stream); in LibcxxStringSummaryProvider()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h33 void SetStream(Stream *s) { m_stream = s; } in SetStream() function
/llvm-project-15.0.7/lldb/unittests/DataFormatter/
H A DStringPrinterTests.cpp34 opts.SetStream(&out); in format()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DStringPrinter.cpp382 SetStream(options.GetStream()); in ReadBufferAndDumpToStreamOptions()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp1196 options.SetStream(&s); in DumpPrintableRepresentation()