Searched refs:GetAsJSON (Results 1 – 9 of 9) sorted by relevance
91 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData92 LLDB_RECORD_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in GetAsJSON()96 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()222 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in RegisterMethods()
64 error = crash_info.GetAsJSON(stream)89 error = crash_info.GetAsJSON(stream)
55 GetAsJSON(lldb::SBStream &stream) const;
28 res = stats.GetAsJSON(stream)
39 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
74 sd.GetAsJSON(stream)83 sd.GetAsJSON(stream)92 sd.GetAsJSON(stream)
49 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
224 structured_data.GetAsJSON(stream)
278 error = data.GetAsJSON(s); in DoExecute()