Home
last modified time | relevance | path

Searched refs:SBCommandReturnObjectImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBCommandReturnObject.cpp22 class lldb_private::SBCommandReturnObjectImpl { class in lldb_private
24 SBCommandReturnObjectImpl() in SBCommandReturnObjectImpl() function in lldb_private::SBCommandReturnObjectImpl
26 SBCommandReturnObjectImpl(CommandReturnObject &ref) in SBCommandReturnObjectImpl() function in lldb_private::SBCommandReturnObjectImpl
28 SBCommandReturnObjectImpl(const SBCommandReturnObjectImpl &rhs) in SBCommandReturnObjectImpl() function in lldb_private::SBCommandReturnObjectImpl
30 SBCommandReturnObjectImpl &operator=(const SBCommandReturnObjectImpl &rhs) { in operator =()
31 SBCommandReturnObjectImpl copy(rhs); in operator =()
36 ~SBCommandReturnObjectImpl() { in ~SBCommandReturnObjectImpl()
49 : m_opaque_up(new SBCommandReturnObjectImpl()) { in SBCommandReturnObject()
54 : m_opaque_up(new SBCommandReturnObjectImpl(ref)) { in SBCommandReturnObject()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandReturnObject.h19 class SBCommandReturnObjectImpl; variable
122 std::unique_ptr<lldb_private::SBCommandReturnObjectImpl> m_opaque_up;