Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp1 //===-- 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...]
H A DSBDebugger.cpp674 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager()
677 SBSourceManager sb_source_manager(*this); in GetSourceManager()
H A DSBTarget.cpp1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1983 SBSourceManager source_manager(*this); in GetSourceManager()
/freebsd/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 DSBFileSpec.h77 friend class SBSourceManager; variable
H A DSBDebugger.h289 lldb::SBSourceManager GetSourceManager();
504 friend class SBSourceManager; variable
H A DSBStream.h95 friend class SBSourceManager; variable
H A DSBDefines.h104 class LLDB_API SBSourceManager; variable
H A DSBTarget.h873 SBSourceManager GetSourceManager();
960 friend class SBSourceManager; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSourceManagerDocstrings.i26 ) lldb::SBSourceManager;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig60 #include "lldb/API/SBSourceManager.h"
H A Dinterfaces.swig141 %include "lldb/API/SBSourceManager.h"
/freebsd/lib/clang/liblldb/
H A DMakefile84 SRCS+= API/SBSourceManager.cpp
H A DLLDBWrapLua.cpp22222 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 …]