Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h42 virtual StructuredData::ObjectSP GetAsStructuredData() const = 0;
54 virtual StructuredData::ObjectSP GetAsStructuredData() const override;
190 StructuredData::ObjectSP GetAsStructuredData() const;
H A DDiagnosticsRendering.h74 StructuredData::ObjectSP GetAsStructuredData() const override { in GetAsStructuredData() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h40 GetAsStructuredData(const Event *event_ptr);
100 GetAsStructuredData(const Event *event_ptr);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp55 ProgressEventData::GetAsStructuredData(const Event *event_ptr) { in GetAsStructuredData() function in ProgressEventData
111 DiagnosticEventData::GetAsStructuredData(const Event *event_ptr) { in GetAsStructuredData() function in DiagnosticEventData
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp255 StructuredData::ObjectSP Status::GetAsStructuredData() const { in GetAsStructuredData() function in Status
261 static_cast<const CloneableError &>(error).GetAsStructuredData()); in GetAsStructuredData()
271 StructuredData::ObjectSP CloneableECError::GetAsStructuredData() const { in GetAsStructuredData() function in CloneableECError
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp109 StructuredData::ObjectSP data(m_opaque_up->GetAsStructuredData()); in GetErrorData()
H A DSBDebugger.cpp143 ProgressEventData::GetAsStructuredData(event.get()); in GetProgressDataFromEvent()
158 DiagnosticEventData::GetAsStructuredData(event.get()); in GetDiagnosticFromEvent()