Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp433 Timer::SetDisplayDepth(UINT32_MAX); in DoExecute()
441 Timer::SetDisplayDepth(depth); in DoExecute()
466 Timer::SetDisplayDepth(0); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h55 static void SetDisplayDepth(uint32_t depth);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp111 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; } in SetDisplayDepth() function in Timer