Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp24 class SourceManagerImpl { class
26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() function in lldb_private::SourceManagerImpl
29 SourceManagerImpl(const lldb::TargetSP &target_sp) in SourceManagerImpl() function in lldb_private::SourceManagerImpl
32 SourceManagerImpl(const SourceManagerImpl &rhs) { in SourceManagerImpl() function in lldb_private::SourceManagerImpl
78 m_opaque_up = std::make_unique<SourceManagerImpl>(debugger.get_sp()); in SBSourceManager()
84 m_opaque_up = std::make_unique<SourceManagerImpl>(target.GetSP()); in SBSourceManager()
94 m_opaque_up = std::make_unique<SourceManagerImpl>(*(rhs.m_opaque_up.get())); in SBSourceManager()
103 m_opaque_up = std::make_unique<SourceManagerImpl>(*(rhs.m_opaque_up.get())); in operator =()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSourceManager.h42 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_up;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h186 class SourceManagerImpl; variable