Home
last modified time | relevance | path

Searched defs:SBStructuredData (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) {} in SBStructuredData() function in SBStructuredData
29 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs) in SBStructuredData() function in SBStructuredData
32 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData() function in SBStructuredData
35 SBStructuredData::SBStructuredData(lldb_private::StructuredDataImpl *impl) in SBStructuredData() function in SBStructuredData
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBError.h62 friend class SBStructuredData; variable
H A DSBStream.h76 friend class SBStructuredData; variable
H A DSBDefines.h74 class LLDB_API SBStructuredData; variable