Home
last modified time | relevance | path

Searched refs:SetCollectingStats (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp37 DebuggerStats::SetCollectingStats(true); in DoExecute()
58 DebuggerStats::SetCollectingStats(false); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h327 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } in SetCollectingStats() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h80 void SetCollectingStats(bool v);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp226 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
230 DebuggerStats::SetCollectingStats(v); in SetCollectingStats()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55506 (arg1)->SetCollectingStats(arg2); in _wrap_SBTarget_SetCollectingStats()