Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp62 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData
64 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStructuredData.h38 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h50 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function