Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp100 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData
101 LLDB_RECORD_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in GetAsJSON()
105 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
224 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in RegisterMethods()
H A DSBLaunchInfo.cpp385 SBError error = dict.GetAsJSON(stream); in SetScriptedProcessDictionary()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i54 GetAsJSON(lldb::SBStream &stream) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h41 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h49 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44913 result = ((lldb::SBStructuredData const *)arg1)->GetAsJSON(*arg2); in _wrap_SBStructuredData_GetAsJSON()