Home
last modified time | relevance | path

Searched refs:SourceManagerImpl (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/API/
DSBSourceManager.cpp27 class SourceManagerImpl class
30 SourceManagerImpl (const lldb::DebuggerSP &debugger_sp) : in SourceManagerImpl() function in lldb_private::SourceManagerImpl
36 SourceManagerImpl (const lldb::TargetSP &target_sp) : in SourceManagerImpl() function in lldb_private::SourceManagerImpl
42 SourceManagerImpl (const SourceManagerImpl &rhs) in SourceManagerImpl() function in lldb_private::SourceManagerImpl
99 m_opaque_ap.reset(new SourceManagerImpl (debugger.get_sp())); in SBSourceManager()
104 m_opaque_ap.reset(new SourceManagerImpl (target.GetSP())); in SBSourceManager()
112 m_opaque_ap.reset(new SourceManagerImpl (*(rhs.m_opaque_ap.get()))); in SBSourceManager()
118 m_opaque_ap.reset (new SourceManagerImpl (*(rhs.m_opaque_ap.get()))); in operator =()
/external/lldb/include/lldb/API/
DSBSourceManager.h48 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_ap;
/external/lldb/include/lldb/
Dlldb-forward.h180 class SourceManagerImpl; variable