Home
last modified time | relevance | path

Searched defs:event_type (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DEvent.cpp33 Event::Event(Broadcaster *broadcaster, uint32_t event_type, EventData *data) in Event() argument
37 Event::Event(Broadcaster *broadcaster, uint32_t event_type, in Event() argument
42 Event::Event(uint32_t event_type, EventData *data) in Event() argument
45 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) in Event() argument
H A DBroadcaster.cpp173 bool Broadcaster::BroadcasterImpl::EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
244 const uint32_t event_type = event_sp->GetType(); in PrivateBroadcastEvent() local
303 void Broadcaster::BroadcasterImpl::BroadcastEvent(uint32_t event_type) { in BroadcastEvent()
309 uint32_t event_type, const lldb::EventDataSP &event_data_sp) { in BroadcastEvent()
314 void Broadcaster::BroadcasterImpl::BroadcastEventIfUnique(uint32_t event_type) { in BroadcastEventIfUnique()
/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h176 void BroadcastEvent(uint32_t event_type, in BroadcastEvent()
181 void BroadcastEvent(uint32_t event_type) { in BroadcastEvent()
185 void BroadcastEventIfUnique(uint32_t event_type) { in BroadcastEventIfUnique()
251 bool EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/
H A DTestWatchpointEvents.py85 def GetWatchpointEvent(self, event_type): argument
/llvm-project/lldb/source/API/
H A DSBBroadcaster.cpp48 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType()
99 bool SBBroadcaster::EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
H A DSBEvent.cpp26 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent()
75 uint32_t event_type = 0; in GetType() local
H A DSBDebugger.cpp640 const uint32_t event_type = event.GetType(); HandleProcessEvent() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp101 const uint32_t event_type = in DoExecute() local
/llvm-project/flang/test/Semantics/
H A Dresolve87.f907 type event_type type
H A Dallocate13.f905 type event_type type
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent()
/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp134 const uint32_t event_type = event_sp->GetType(); in Read() local
H A DDebugger.cpp1517 uint32_t event_type = 0; PrivateReportDiagnostic() local
1709 const uint32_t event_type = HandleBreakpointEvent() local
1776 const uint32_t event_type = event_sp->GetType(); HandleProcessEvent() local
1865 const uint32_t event_type = event_sp->GetType(); HandleThreadEvent() local
1932 uint32_t event_type = event_sp->GetType(); DefaultEventHandler() local
[all...]
/llvm-project/offload/plugins-nextgen/amdgpu/dynamic_hsa/
H A Dhsa_ext_amd.h126 hsa_amd_event_type_t event_type; member
/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp463 __xray_register_event_type(const char * const event_type) __xray_register_event_type() argument
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp759 uint32_t event_type = event_sp->GetType(); in AsyncThread() local
/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp1048 BreakpointEventType event_type = GetBreakpointEventType(); Dump() local
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1730 llvm::StringRef event_type; HandleDisplayOfEvent() local
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp521 auto event_type = EventThreadFunction() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3609 const uint32_t event_type = event_sp->GetType(); AsyncThread() local
/llvm-project/lldb/source/Target/
H A DProcess.cpp4459 CreateEventFromProcessState(uint32_t event_type) CreateEventFromProcessState() argument