Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h106 uint64_t GetTotal() const { return m_total; } in GetTotal() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp171 total = progress_data->GetTotal(); in GetProgressFromEvent()