Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp74 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 DSBDebugger.cpp627 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 DSBReproducer.cpp108 RegisterMethods<SBSourceManager>(R); in SBRegistry()
H A DSBTarget.cpp2058 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 DSBSourceManager.h18 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 DSBDebugger.h222 lldb::SBSourceManager GetSourceManager();
382 friend class SBSourceManager; variable
H A DSBFileSpec.h74 friend class SBSourceManager; variable
H A DSBStream.h83 friend class SBSourceManager; variable
H A DSBDefines.h67 class LLDB_API SBSourceManager; variable
H A DSBTarget.h792 SBSourceManager GetSourceManager();
871 friend class SBSourceManager; variable
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSourceManager.i35 patterns = ['=> %d.*Hello world' % self.line])") SBSourceManager;
36 class SBSourceManager
39 SBSourceManager (const lldb::SBSourceManager &rhs);
41 ~SBSourceManager();
H A DSBDebugger.i341 lldb::SBSourceManager
H A DSBTarget.i457 lldb::SBSourceManager
/freebsd-13.1/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig60 %include "./interface/SBSourceManager.i"
H A Dheaders.swig53 #include "lldb/API/SBSourceManager.h"
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile63 SRCS+= API/SBSourceManager.cpp
H A DLLDBWrapLua.cpp19232 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()