Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp318 Timer::SetDisplayDepth(UINT32_MAX); in DoExecute()
322 Timer::SetDisplayDepth(0); in DoExecute()
341 Timer::SetDisplayDepth(depth); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DTimer.h54 static void SetDisplayDepth(uint32_t depth);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DTimer.cpp99 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; } in SetDisplayDepth() function in Timer