Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h45 uint64_t GetTotal() const { return m_total; } in GetTotal() function
/src/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp68 dictionary_sp->AddIntegerItem("total", progress_data->GetTotal()); in GetAsStructuredData()
H A DDebugger.cpp2064 if (data->GetCompleted() == data->GetTotal()) in HandleProgressEvent()
2087 if (data->GetCompleted() == data->GetTotal()) { in HandleProgressEvent()
2098 data->GetTotal(), message) in HandleProgressEvent()
/src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp131 total = progress_data->GetTotal(); in GetProgressFromEvent()