Home
last modified time | relevance | path

Searched refs:EventIsStructuredDataEvent (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h241 static bool EventIsStructuredDataEvent(const lldb::SBEvent &event);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp788 bool SBProcess::EventIsStructuredDataEvent(const lldb::SBEvent &event) { in EventIsStructuredDataEvent() function in SBProcess
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45594 result = (bool)lldb::SBProcess::EventIsStructuredDataEvent((lldb::SBEvent const &)*arg1); in _wrap_SBProcess_EventIsStructuredDataEvent()