Searched refs:Baton (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h15 #include "lldb/Utility/Baton.h"
241 Baton *GetBaton();
247 const Baton *GetBaton() const;
H A DWatchpointOptions.h15 #include "lldb/Utility/Baton.h"
130 Baton *GetBaton();
136 const Baton *GetBaton() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h1 //===-- Baton.h -------------------------------------------------*- C++ -*-===//
25 /// \class Baton Baton.h "lldb/Core/Baton.h"
35 class Baton { class in namespace:lldb_private
37 Baton() {} function in class:lldb_private::Baton
38 virtual ~Baton() {}
47 class UntypedBaton : public Baton {
62 template <typename T> class TypedBaton : public Baton {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h28 class Baton;
294 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp405 // in a shared_ptr<Baton> instead of a shared_ptr<CommandBaton>, then we will
407 // solution is to make the base Baton class provide a method such as:
410 // check for it here. Another option might be to make Baton using the llvm
440 Baton *BreakpointOptions::GetBaton() { return m_callback_baton_sp.get(); }
442 const Baton *BreakpointOptions::GetBaton() const {
H A DWatchpointOptions.cpp85 Baton *WatchpointOptions::GetBaton() { return m_callback_baton_sp.get(); }
87 const Baton *WatchpointOptions::GetBaton() const {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp259 &bp_options_vec); // Baton for the "io_handler" that will be passed back
671 const Baton *baton = nullptr;
H A DCommandObjectWatchpointCommand.cpp246 wp_options); // Baton for the "io_handler" that will be passed back into
620 const Baton *baton = wp_options->GetBaton();
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile600 SRCS+= Utility/Baton.cpp

Completed in 226 milliseconds