Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DTimer.h55 static void SetDisplayDepth(uint32_t depth);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp460 Timer::SetDisplayDepth(UINT32_MAX); in DoExecute()
468 Timer::SetDisplayDepth(depth); in DoExecute()
494 Timer::SetDisplayDepth(0); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DTimer.cpp111 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; } in SetDisplayDepth() function in Timer