Searched defs:DoOnRemoval (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | Event.h | 51 virtual void DoOnRemoval(Event *event_ptr) {} DoOnRemoval() function |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ | ||
H A D | DebuggerEvents.cpp | 138 void SymbolChangeEventData::DoOnRemoval(Event *event_ptr) { DoOnRemoval() function in SymbolChangeEventData |
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ | ||
H A D | Event.cpp | 83 void Event::DoOnRemoval() { in DoOnRemoval() function in Event |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | Process.cpp | 4076 void Process::ProcessEventData::DoOnRemoval(Event *event_ptr) { DoOnRemoval() function in Process::ProcessEventData |