Home
last modified time | relevance | path

Searched refs:SBSourceManager (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp74 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager() function in SBSourceManager
78 SBSourceManager::SBSourceManager(const SBTarget &target) { in SBSourceManager() function in SBSourceManager
82 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { in SBSourceManager() function in SBSourceManager
89 const lldb::SBSourceManager &SBSourceManager::
90 operator=(const lldb::SBSourceManager &rhs) { in operator =()
95 SBSourceManager::~SBSourceManager() {} in ~SBSourceManager()
97 size_t SBSourceManager::DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
106 size_t SBSourceManager::DisplaySourceLinesWithLineNumbersAndColumn( in DisplaySourceLinesWithLineNumbersAndColumn()
H A DSBDebugger.cpp450 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager()
451 SBSourceManager sb_source_manager(*this); in GetSourceManager()
H A DSBTarget.cpp1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1981 SBSourceManager source_manager(*this); in GetSourceManager()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSourceManager.h19 class LLDB_API SBSourceManager {
21 SBSourceManager(const SBDebugger &debugger);
22 SBSourceManager(const SBTarget &target);
23 SBSourceManager(const SBSourceManager &rhs);
25 ~SBSourceManager();
27 const lldb::SBSourceManager &operator=(const lldb::SBSourceManager &rhs);
42 SBSourceManager(lldb_private::SourceManager *source_manager);
H A DSBDebugger.h158 lldb::SBSourceManager GetSourceManager();
281 friend class SBSourceManager; variable
H A DSBFileSpec.h70 friend class SBSourceManager; variable
H A DSBStream.h75 friend class SBSourceManager; variable
H A DSBDefines.h71 class LLDB_API SBSourceManager; variable
H A DSBTarget.h842 SBSourceManager GetSourceManager();
903 friend class SBSourceManager; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile56 SRCS+= API/SBSourceManager.cpp