Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp80 StreamFileSP outfile_stream = std::make_shared<StreamFile>(); in DoExecute() local
81 File &file = outfile_stream->GetFile(); in DoExecute()
93 result.SetImmediateOutputStream(outfile_stream); in DoExecute()
H A DCommandObjectMemory.cpp755 StreamFile outfile_stream; in DoExecute() local
769 Status error = FileSystem::Instance().Open(outfile_stream.GetFile(), in DoExecute()
774 outfile_stream.Write(data_sp->GetBytes(), bytes_read); in DoExecute()
790 output_stream = &outfile_stream; in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4703 StreamFile outfile_stream; in DoExecute() local
4710 outfile_stream.GetFile(), outfile_spec, in DoExecute()
4713 output_strm = &outfile_stream; in DoExecute()