Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h39 GetAsStructuredData(const Event *event_ptr);
103 GetAsStructuredData(const Event *event_ptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp54 ProgressEventData::GetAsStructuredData(const Event *event_ptr) { in GetAsStructuredData() function in ProgressEventData
110 DiagnosticEventData::GetAsStructuredData(const Event *event_ptr) { in GetAsStructuredData() function in DiagnosticEventData
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp142 ProgressEventData::GetAsStructuredData(event.get()); in GetProgressDataFromEvent()
157 DiagnosticEventData::GetAsStructuredData(event.get()); in GetDiagnosticFromEvent()