Searched refs:StreamCallback (Results 1 – 4 of 4) sorted by relevance
15 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) in StreamCallback() function in StreamCallback18 void StreamCallback::write_impl(const char *Ptr, size_t Size) { in write_impl()22 uint64_t StreamCallback::current_pos() const { return 0; } in current_pos()
20 class StreamCallback : public llvm::raw_ostream {22 StreamCallback(lldb::LogOutputCallback callback, void *baton);23 ~StreamCallback() override = default;
703 std::make_shared<StreamCallback>(log_callback, baton); in Debugger()1153 std::make_shared<StreamCallback>(log_callback, baton); in SetLoggingCallback()
668 SRCS+= Utility/StreamCallback.cpp