| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSourceManager.cpp | 74 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager() function in SBSourceManager 81 SBSourceManager::SBSourceManager(const SBTarget &target) { in SBSourceManager() function in SBSourceManager 87 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { in SBSourceManager() function in SBSourceManager 88 LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBSourceManager &), in SBSourceManager() 97 const lldb::SBSourceManager &SBSourceManager:: 98 operator=(const lldb::SBSourceManager &rhs) { in operator =() 100 SBSourceManager, operator=,(const lldb::SBSourceManager &), in operator =() 107 SBSourceManager::~SBSourceManager() = default; 149 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBSourceManager &)); in RegisterMethods() 151 const lldb::SBSourceManager &, in RegisterMethods() [all …]
|
| H A D | SBDebugger.cpp | 627 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager() 628 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSourceManager, SBDebugger, in GetSourceManager() 631 SBSourceManager sb_source_manager(*this); in GetSourceManager() 1785 LLDB_REGISTER_METHOD(lldb::SBSourceManager, SBDebugger, GetSourceManager, ()); in RegisterMethods()
|
| H A D | SBReproducer.cpp | 108 RegisterMethods<SBSourceManager>(R); in SBRegistry()
|
| H A D | SBTarget.cpp | 2058 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager() 2059 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSourceManager, SBTarget, GetSourceManager); in GetSourceManager() 2061 SBSourceManager source_manager(*this); in GetSourceManager() 2708 LLDB_REGISTER_METHOD(lldb::SBSourceManager, SBTarget, GetSourceManager, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSourceManager.h | 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);
|
| H A D | SBDebugger.h | 222 lldb::SBSourceManager GetSourceManager(); 382 friend class SBSourceManager; variable
|
| H A D | SBFileSpec.h | 74 friend class SBSourceManager; variable
|
| H A D | SBStream.h | 83 friend class SBSourceManager; variable
|
| H A D | SBDefines.h | 67 class LLDB_API SBSourceManager; variable
|
| H A D | SBTarget.h | 792 SBSourceManager GetSourceManager(); 871 friend class SBSourceManager; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSourceManager.i | 35 patterns = ['=> %d.*Hello world' % self.line])") SBSourceManager; 36 class SBSourceManager 39 SBSourceManager (const lldb::SBSourceManager &rhs); 41 ~SBSourceManager();
|
| H A D | SBDebugger.i | 341 lldb::SBSourceManager
|
| H A D | SBTarget.i | 457 lldb::SBSourceManager
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 60 %include "./interface/SBSourceManager.i"
|
| H A D | headers.swig | 53 #include "lldb/API/SBSourceManager.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 63 SRCS+= API/SBSourceManager.cpp
|
| H A D | LLDBWrapLua.cpp | 19232 SwigValueWrapper< lldb::SBSourceManager > result; in _wrap_SBDebugger_GetSourceManager() 19243 …lldb::SBSourceManager * resultptr = new lldb::SBSourceManager((const lldb::SBSourceManager &) resu… in _wrap_SBDebugger_GetSourceManager() 43256 lldb::SBSourceManager *arg1 = 0 ; in _wrap_new_SBSourceManager() 43257 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager() 43266 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBSourceManager const &)*arg1); in _wrap_new_SBSourceManager() 43280 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers() 43330 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn() 43382 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) obj; in swig_delete_SBSourceManager() 48682 SwigValueWrapper< lldb::SBSourceManager > result; in _wrap_SBTarget_GetSourceManager() 48693 …lldb::SBSourceManager * resultptr = new lldb::SBSourceManager((const lldb::SBSourceManager &) resu… in _wrap_SBTarget_GetSourceManager()
|