Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/process_crash_info/
H A DTestProcessCrashInfo.py62 error = crash_info.GetAsJSON(stream)
87 error = crash_info.GetAsJSON(stream)
/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp94 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData
98 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBStructuredData.i54 GetAsJSON(lldb::SBStream &stream) const;
/llvm-project-15.0.7/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py29 res = stats.GetAsJSON(stream)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBStructuredData.h41 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py50 self.assertSuccess(info_sd.GetAsJSON(stream))
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py66 sd.GetAsJSON(stream)
75 sd.GetAsJSON(stream)
84 sd.GetAsJSON(stream)
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStructuredDataImpl.h52 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp407 error = info.GetAsJSON(stream); in ProcessArgs()