Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp406 std::unique_ptr<llvm::raw_ostream> stream_up; in DoExecute() local
419 stream_up = std::make_unique<llvm::raw_fd_ostream>( in DoExecute()
422 stream_up = std::make_unique<llvm::raw_fd_ostream>( in DoExecute()
429 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()