Searched refs:UntypedBaton (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h47 class UntypedBaton : public Baton { class in namespace:lldb_private
49 UntypedBaton(void *Data) : m_data(Data) {} function in class:lldb_private::UntypedBaton
50 ~UntypedBaton() override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp426 m_options_up->SetCallback(callback, std::make_shared<UntypedBaton>(baton),
H A DBreakpointLocation.cpp204 callback, std::make_shared<UntypedBaton>(baton), is_synchronous);
H A DWatchpoint.cpp68 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DBaton.cpp11 void lldb_private::UntypedBaton::GetDescription(llvm::raw_ostream &s,

Completed in 128 milliseconds