Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebuggerEvents.h38 uint64_t GetTotal() const { return m_total; } in GetTotal() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1871 if (data->GetCompleted() == data->GetTotal()) in HandleProgressEvent()
1894 if (data->GetCompleted() == data->GetTotal()) { in HandleProgressEvent()
1905 data->GetTotal(), message) in HandleProgressEvent()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp166 total = progress_data->GetTotal(); in GetProgressFromEvent()