Home
last modified time | relevance | path

Searched defs:GetAsJSON (Results 1 – 2 of 2) sorted by relevance

/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/source/API/
H A DSBStructuredData.cpp94 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData