Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSourceManager.cpp73 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager() function in SBSourceManager
79 SBSourceManager::SBSourceManager(const SBTarget &target) { in SBSourceManager() function in SBSourceManager
85 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { in SBSourceManager() function in SBSourceManager
94 const lldb::SBSourceManager &SBSourceManager::
95 operator=(const lldb::SBSourceManager &rhs) { in operator =()
102 SBSourceManager::~SBSourceManager() = default;
104 size_t SBSourceManager::DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
116 size_t SBSourceManager::DisplaySourceLinesWithLineNumbersAndColumn( in DisplaySourceLinesWithLineNumbersAndColumn()
H A DCMakeLists.txt63 SBSourceManager.cpp
H A DSBDebugger.cpp663 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager()
666 SBSourceManager sb_source_manager(*this); in GetSourceManager()
H A DSBTarget.cpp1924 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1927 SBSourceManager source_manager(*this); in GetSourceManager()
/openbsd-src/gnu/llvm/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.h250 lldb::SBSourceManager GetSourceManager();
427 friend class SBSourceManager; variable
H A DSBFileSpec.h74 friend class SBSourceManager; variable
H A DSBStream.h83 friend class SBSourceManager; variable
H A DSBDefines.h79 class LLDB_API SBSourceManager; variable
H A DSBTarget.h799 SBSourceManager GetSourceManager();
878 friend class SBSourceManager; variable
/openbsd-src/gnu/llvm/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.i365 lldb::SBSourceManager
H A DSBTarget.i463 lldb::SBSourceManager
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile53 SBSourceManager.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn85 "SBSourceManager.cpp",
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig57 %include "./interface/SBSourceManager.i"
H A Dheaders.swig53 #include "lldb/API/SBSourceManager.h"
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess72 Redirect 301 /python_reference/lldb.SBSourceManager-class.html https://lldb.llvm.org/python_api/lld…
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3631 lldb/include/lldb/API/SBSourceManager.h