Searched refs:GetLogStream (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { function
42 auto log_stream_sp = GetLogStream(log_file);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanTracer.h67 Stream *GetLogStream();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp44 Stream *ThreadPlanTracer::GetLogStream() { function in class:ThreadPlanTracer
68 Stream *stream = GetLogStream();
132 Stream *stream = GetLogStream();

Completed in 61 milliseconds