Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp328 Timer::SetDisplayDepth(UINT32_MAX); in DoExecute()
336 Timer::SetDisplayDepth(depth); in DoExecute()
362 Timer::SetDisplayDepth(0); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h60 static void SetDisplayDepth(uint32_t depth);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp110 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; } in SetDisplayDepth() function in Timer