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.cpp36 DebuggerStats::SetCollectingStats(true); in DoExecute()
57 DebuggerStats::SetCollectingStats(false); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h206 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.cpp222 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
228 return DebuggerStats::SetCollectingStats(v); in SetCollectingStats()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54378 (arg1)->SetCollectingStats(arg2); in _wrap_SBTarget_SetCollectingStats()