Home
last modified time | relevance | path

Searched defs:stream_sp (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStreamTee.h24 StreamTee(lldb::StreamSP &stream_sp) { in StreamTee()
30 StreamTee(lldb::StreamSP &stream_sp, lldb::StreamSP &stream_2_sp) { in StreamTee()
72 size_t AppendStream(const lldb::StreamSP &stream_sp) { in AppendStream()
89 lldb::StreamSP stream_sp; in GetStreamAtIndex() local
96 void SetStreamAtIndex(uint32_t idx, const lldb::StreamSP &stream_sp) { in SetStreamAtIndex()
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp26 TestLogHandler(std::shared_ptr<llvm::raw_ostream> stream_sp) in TestLogHandler()
41 auto stream_sp = std::make_shared<raw_fd_ostream>( in GetLogStream() local
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h80 void SetImmediateOutputStream(const lldb::StreamSP &stream_sp) { in SetImmediateOutputStream()
86 void SetImmediateErrorStream(const lldb::StreamSP &stream_sp) { in SetImmediateErrorStream()
H A DScriptInterpreter.h348 lldb::StreamSP stream_sp) { in ScriptedStopHookHandleStop()
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanTracer.cpp37 ThreadPlanTracer::ThreadPlanTracer(Thread &thread, lldb::StreamSP &stream_sp) in ThreadPlanTracer()
89 lldb::StreamSP &stream_sp) in ThreadPlanAssemblyTracer()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp141 lldb::StreamSP stream_sp; in Clear() local
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp266 StreamFileSP stream_sp( in NotifyBreakpointHit() local
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1841 lldb::StreamSP stream_sp) { in ScriptedStopHookHandleStop()