Home
last modified time | relevance | path

Searched refs:GetObjectFromEvent (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h38 m_data_sp(EventDataStructuredData::GetObjectFromEvent(event_sp.get())) { in StructuredDataImpl()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h161 static StructuredData::ObjectSP GetObjectFromEvent(const Event *event_ptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp278 EventDataStructuredData::GetObjectFromEvent(const Event *event_ptr) { in GetObjectFromEvent() function in EventDataStructuredData
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1783 EventDataStructuredData::GetObjectFromEvent(event_sp.get()); in HandleProcessEvent()