Searched refs:total_units (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProgress.cpp | 26 uint64_t total_units, SBDebugger &debugger) { in SBProgress() argument 27 LLDB_INSTRUMENT_VA(this, title, details, total_units, debugger); in SBProgress() 30 title, details, total_units, debugger.get(), in SBProgress()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProgress.h | 51 SBProgress(const char *title, const char *details, uint64_t total_units,
|