Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp49 options.SetStream(&stream); in Char16StringSummaryProvider()
74 options.SetStream(&stream); in Char32StringSummaryProvider()
112 options.SetStream(&stream); in WCharStringSummaryProvider()
148 options.SetStream(&stream); in Char16SummaryProvider()
174 options.SetStream(&stream); in Char32SummaryProvider()
208 options.SetStream(&stream); in WCharSummaryProvider()
H A DLibStdcpp.cpp255 options.SetStream(&stream); in LibStdcppStringSummaryProvider()
315 options.SetStream(&stream); in LibStdcppWStringSummaryProvider()
H A DLibCxx.cpp583 options.SetStream(&stream); in LibcxxWStringSummaryProvider()
647 options.SetStream(&stream); in LibcxxStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp174 options.SetStream(&stream); in NSStringSummaryProvider()
187 options.SetStream(&stream); in NSStringSummaryProvider()
203 options.SetStream(&stream); in NSStringSummaryProvider()
225 options.SetStream(&stream); in NSStringSummaryProvider()
245 options.SetStream(&stream); in NSStringSummaryProvider()
268 options.SetStream(&stream); in NSStringSummaryProvider()
291 options.SetStream(&stream); in NSStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h53 ReadStringAndDumpToStreamOptions &SetStream(Stream *s) { in SetStream() function
172 ReadBufferAndDumpToStreamOptions &SetStream(Stream *s) { in SetStream() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp883 m_input_file_sp->GetFile().SetStream(fh, tranfer_ownership); in SetInputFileHandle()
889 in_file.SetStream(stdin, true); in SetInputFileHandle()
898 m_output_file_sp->GetFile().SetStream(fh, tranfer_ownership); in SetOutputFileHandle()
904 out_file.SetStream(stdout, false); in SetOutputFileHandle()
917 m_error_file_sp->GetFile().SetStream(fh, tranfer_ownership); in SetErrorFileHandle()
923 err_file.SetStream(stderr, false); in SetErrorFileHandle()
H A DValueObject.cpp1293 options.SetStream(&s); in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h73 void SetStream(llvm::raw_ostream *strm) { m_stream = strm; } in SetStream() function
H A DGDBRemoteCommunication.cpp1268 m_history.SetStream(strm); in SetHistoryStream()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h142 void SetStream(FILE *fh, bool transfer_ownership);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp136 void File::SetStream(FILE *fh, bool transfer_ownership) { in SetStream() function in File
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp400 SetStream(options.GetStream()); in ReadBufferAndDumpToStreamOptions()