Searched refs:StructuredDataImpl (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h1 //===-- StructuredDataImpl.h ------------------------------------*- C++ -*-===//
22 #pragma mark StructuredDataImpl
26 class StructuredDataImpl { class in namespace:lldb_private
28 StructuredDataImpl() : m_plugin_wp(), m_data_sp() {} function in class:lldb_private::StructuredDataImpl
30 StructuredDataImpl(const StructuredDataImpl &rhs) = default;
32 StructuredDataImpl(const lldb::EventSP &event_sp) function in class:lldb_private::StructuredDataImpl
38 ~StructuredDataImpl() = default;
40 StructuredDataImpl &operator=(const StructuredDataImpl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h35 StructuredDataImpl *args_data);
61 StructuredDataImpl *m_args_data; // We own this, but the implementation
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h29 StructuredDataImpl *args_data);
66 StructuredDataImpl *m_args_ptr; // We own this, but the implementation
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h18 #include "lldb/Core/StructuredDataImpl.h"
38 m_extra_args_up(new StructuredDataImpl()) {
H A DScriptInterpreterPythonImpl.h79 StructuredDataImpl *args_data,
99 StructuredDataImpl *args_data,
H A DScriptInterpreterPython.cpp89 const lldb::BreakpointLocationSP &sb_bp_loc, StructuredDataImpl *args_impl);
118 StructuredDataImpl *args_data,
128 lldb_private::StructuredDataImpl *args, lldb::BreakpointSP &bkpt_sp);
1875 const char *class_name, StructuredDataImpl *args_data,
1979 const char *class_name, StructuredDataImpl *args_data,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp14 #include "lldb/Core/StructuredDataImpl.h"
27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) {
32 : m_impl_up(new StructuredDataImpl(*rhs.m_impl_up.get())) {
38 : m_impl_up(new StructuredDataImpl(event_sp)) {
42 SBStructuredData::SBStructuredData(lldb_private::StructuredDataImpl *impl)
45 (lldb_private::StructuredDataImpl *), impl);
215 (lldb_private::StructuredDataImpl *));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp16 #include "lldb/Core/StructuredDataImpl.h"
32 StructuredDataImpl *args_data)
80 StructuredDataImpl *args_data_impl = new StructuredDataImpl();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h25 SBStructuredData(lldb_private::StructuredDataImpl *impl);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp29 StructuredDataImpl *args_data)
H A DThread.cpp16 #include "lldb/Core/StructuredDataImpl.h"
1490 StructuredDataImpl *extra_args_impl = nullptr;
1492 extra_args_impl = new StructuredDataImpl();
H A DTarget.cpp28 #include "lldb/Core/StructuredDataImpl.h"
607 StructuredDataImpl *extra_args_impl = new StructuredDataImpl();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h216 StructuredDataImpl *args_data,
252 StructuredDataImpl *args_data,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h211 class StructuredDataImpl;
426 typedef std::unique_ptr<lldb_private::StructuredDataImpl> StructuredDataImplUP;

Completed in 131 milliseconds