Searched refs:SBProgress (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProgress.cpp | 15 SBProgress::SBProgress(const char *title, const char *details, in SBProgress() function in SBProgress 25 SBProgress::SBProgress(const char *title, const char *details, in SBProgress() function in SBProgress 35 SBProgress::SBProgress(SBProgress &&rhs) in SBProgress() function in SBProgress 38 SBProgress::~SBProgress() = default; 40 void SBProgress::Increment(uint64_t amount, const char *description) { in Increment() 52 void SBProgress::Finalize() { in Finalize() 61 lldb_private::Progress &SBProgress::ref() const { return *m_opaque_up; } in ref()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProgress.h | 30 class LLDB_API SBProgress { 39 SBProgress(const char *title, const char *details, SBDebugger &debugger); 51 SBProgress(const char *title, const char *details, uint64_t total_units, 55 SBProgress(SBProgress &&rhs); 58 ~SBProgress(); 71 SBProgress(const SBProgress &rhs) = delete; 72 const SBProgress &operator=(const SBProgress &rhs) = delete;
|
| H A D | SBDefines.h | 99 class LLDB_API SBProgress; variable
|
| H A D | SBDebugger.h | 682 friend class SBProgress; variable
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProgressDocstrings.i | 62 ") lldb::SBProgress; 69 Note once finalized, no further increments will be processed.") lldb::SBProgress::Finalize;
|
| H A D | SBProgressExtensions.i | 1 %extend lldb::SBProgress {
|
| /freebsd/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 139 %include "lldb/API/SBProgress.h"
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 78 SRCS+= API/SBProgress.cpp
|
| H A D | LLDBWrapLua.cpp | 48717 lldb::SBProgress *result = 0 ; in _wrap_new_SBProgress__SWIG_0() 48730 result = (lldb::SBProgress *)new lldb::SBProgress((char const *)arg1,(char const *)arg2,*arg3); in _wrap_new_SBProgress__SWIG_0() 48748 lldb::SBProgress *result = 0 ; in _wrap_new_SBProgress__SWIG_1() 48763 …result = (lldb::SBProgress *)new lldb::SBProgress((char const *)arg1,(char const *)arg2,arg3,*arg4… in _wrap_new_SBProgress__SWIG_1() 48846 lldb::SBProgress *arg1 = (lldb::SBProgress *) 0 ; in _wrap_SBProgress_Increment__SWIG_0() 48875 lldb::SBProgress *arg1 = (lldb::SBProgress *) 0 ; in _wrap_SBProgress_Increment__SWIG_1() 48960 lldb::SBProgress *arg1 = (lldb::SBProgress *) 0 ; in _wrap_SBProgress_Finalize() 48981 lldb::SBProgress *arg1 = (lldb::SBProgress *) obj; in swig_delete_SBProgress()
|