Home
last modified time | relevance | path

Searched refs:DoOnRemoval (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h61 virtual void DoOnRemoval(Event *event_ptr) {} in DoOnRemoval() function
119 void DoOnRemoval(Event *event_ptr) override { in DoOnRemoval() function
240 void DoOnRemoval();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp83 void Event::DoOnRemoval() { in DoOnRemoval() function in Event
89 m_data_sp->DoOnRemoval(this); in DoOnRemoval()
H A DListener.cpp223 event_sp->DoOnRemoval(); in FindNextEventInternal()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h122 void DoOnRemoval(Event *event_ptr) override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp139 void SymbolChangeEventData::DoOnRemoval(Event *event_ptr) { in DoOnRemoval() function in SymbolChangeEventData
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h456 void DoOnRemoval(Event *event_ptr) override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4296 void Process::ProcessEventData::DoOnRemoval(Event *event_ptr) { in DoOnRemoval() function in Process::ProcessEventData