Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp118 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData
122 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h50 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h52 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp404 error = info.GetAsJSON(stream); in ProcessArgs()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51585 result = ((lldb::SBStructuredData const *)arg1)->GetAsJSON(*arg2); in _wrap_SBStructuredData_GetAsJSON()