Home
last modified time | relevance | path

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

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