Home
last modified time | relevance | path

Searched refs:SBProgress (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProgress.cpp15 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 DSBProgress.h30 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 DSBDefines.h99 class LLDB_API SBProgress; variable
H A DSBDebugger.h682 friend class SBProgress; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProgressDocstrings.i62 ") lldb::SBProgress;
69 Note once finalized, no further increments will be processed.") lldb::SBProgress::Finalize;
H A DSBProgressExtensions.i1 %extend lldb::SBProgress {
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig139 %include "lldb/API/SBProgress.h"
/freebsd/lib/clang/liblldb/
H A DMakefile78 SRCS+= API/SBProgress.cpp
H A DLLDBWrapLua.cpp48717 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()