Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBStructuredData.cpp91 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData
92 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()
/external/llvm-project/lldb/test/API/functionalities/process_crash_info/
DTestProcessCrashInfo.py64 error = crash_info.GetAsJSON(stream)
89 error = crash_info.GetAsJSON(stream)
/external/llvm-project/lldb/bindings/interface/
DSBStructuredData.i55 GetAsJSON(lldb::SBStream &stream) const;
/external/llvm-project/lldb/test/API/functionalities/stats_api/
DTestStatisticsAPI.py28 res = stats.GetAsJSON(stream)
/external/llvm-project/lldb/include/lldb/API/
DSBStructuredData.h39 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py74 sd.GetAsJSON(stream)
83 sd.GetAsJSON(stream)
92 sd.GetAsJSON(stream)
/external/llvm-project/lldb/include/lldb/Core/
DStructuredDataImpl.h49 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddarwin_log.py224 structured_data.GetAsJSON(stream)
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp278 error = data.GetAsJSON(s); in DoExecute()