Home
last modified time | relevance | path

Searched refs:GetTotal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebuggerEvents.h37 uint64_t GetTotal() const { return m_total; } in GetTotal() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1851 if (data->GetCompleted() == data->GetTotal()) in HandleProgressEvent()
1874 if (data->GetCompleted() == data->GetTotal()) { in HandleProgressEvent()
1885 data->GetTotal(), message) in HandleProgressEvent()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp165 total = progress_data->GetTotal(); in GetProgressFromEvent()