Searched refs:SBSourceManager (Results 1 – 14 of 14) sorted by relevance
1 //===-- SBSourceManager.cpp -----------------------------------------------===//9 #include "lldb/API/SBSourceManager.h"72 SBSourceManager::SBSourceManager(const SBDebugger &debugger) {78 SBSourceManager::SBSourceManager(const SBTarget &target) {84 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) {93 const lldb::SBSourceManager in SBSourceManager() 73 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { SBSourceManager() function in SBSourceManager 79 SBSourceManager::SBSourceManager(const SBTarget &target) { SBSourceManager() function in SBSourceManager 85 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { SBSourceManager() function in SBSourceManager [all...]
674 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager()677 SBSourceManager sb_source_manager(*this); in GetSourceManager()
1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()1983 SBSourceManager source_manager(*this); in GetSourceManager()
18 class LLDB_API SBSourceManager {20 SBSourceManager(const SBDebugger &debugger);21 SBSourceManager(const SBTarget &target);22 SBSourceManager(const SBSourceManager &rhs);24 ~SBSourceManager();26 const lldb::SBSourceManager &operator=(const lldb::SBSourceManager &rhs);
77 friend class SBSourceManager; variable
289 lldb::SBSourceManager GetSourceManager();504 friend class SBSourceManager; variable
95 friend class SBSourceManager; variable
104 class LLDB_API SBSourceManager; variable
873 SBSourceManager GetSourceManager();960 friend class SBSourceManager; variable
26 ) lldb::SBSourceManager;
60 #include "lldb/API/SBSourceManager.h"
141 %include "lldb/API/SBSourceManager.h"
84 SRCS+= API/SBSourceManager.cpp
22222 SwigValueWrapper< lldb::SBSourceManager > result; in _wrap_SBDebugger_GetSourceManager()22233 lldb::SBSourceManager * resultptr = new lldb::SBSourceManager(result); in _wrap_SBDebugger_GetSourceManager()49686 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_0()49695 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBDebugger const &)*arg1); in _wrap_new_SBSourceManager__SWIG_0()49710 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_1()49719 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBTarget const &)*arg1); in _wrap_new_SBSourceManager__SWIG_1()49733 lldb::SBSourceManager *arg1 = 0 ; in _wrap_new_SBSourceManager__SWIG_2()49734 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_2()49743 … result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBSourceManager const &)*arg1); in _wrap_new_SBSourceManager__SWIG_2()49816 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers()[all …]