Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp72 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager() function in SBSourceManager
78 SBSourceManager::SBSourceManager(const SBTarget &target) { in SBSourceManager() function in SBSourceManager
84 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { in SBSourceManager() function in SBSourceManager
93 const lldb::SBSourceManager &SBSourceManager::
94 operator=(const lldb::SBSourceManager &rhs) { in operator =()
101 SBSourceManager::~SBSourceManager() = default;
103 size_t SBSourceManager::DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
115 size_t SBSourceManager::DisplaySourceLinesWithLineNumbersAndColumn( in DisplaySourceLinesWithLineNumbersAndColumn()
H A DSBDebugger.cpp631 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager()
634 SBSourceManager sb_source_manager(*this); in GetSourceManager()
H A DSBTarget.cpp1935 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1938 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.h394 lldb::SBSourceManager GetSourceManager();
677 friend class SBSourceManager; variable
H A DSBStream.h95 friend class SBSourceManager; variable
H A DSBTarget.h890 SBSourceManager GetSourceManager();
979 friend class SBSourceManager; variable
H A DSBDefines.h106 class LLDB_API SBSourceManager; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSourceManagerDocstrings.i26 ) lldb::SBSourceManager;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig145 %include "lldb/API/SBSourceManager.h"
/freebsd/lib/clang/liblldb/
H A DMakefile85 SRCS+= API/SBSourceManager.cpp
H A DLLDBWrapLua.cpp22508 SwigValueWrapper< lldb::SBSourceManager > result; in _wrap_SBDebugger_GetSourceManager()
22519 lldb::SBSourceManager * resultptr = new lldb::SBSourceManager(result); in _wrap_SBDebugger_GetSourceManager()
50814 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_0()
50823 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBDebugger const &)*arg1); in _wrap_new_SBSourceManager__SWIG_0()
50838 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_1()
50847 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBTarget const &)*arg1); in _wrap_new_SBSourceManager__SWIG_1()
50861 lldb::SBSourceManager *arg1 = 0 ; in _wrap_new_SBSourceManager__SWIG_2()
50862 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_2()
50871 … result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBSourceManager const &)*arg1); in _wrap_new_SBSourceManager__SWIG_2()
50944 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers()
[all …]