Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectStats.cpp36 DebuggerStats::SetCollectingStats(true); in DoExecute()
57 DebuggerStats::SetCollectingStats(false); in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStatistics.h206 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } in SetCollectingStats() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h80 void SetCollectingStats(bool v);
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp222 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
228 return DebuggerStats::SetCollectingStats(v); in SetCollectingStats()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp54378 (arg1)->SetCollectingStats(arg2); in _wrap_SBTarget_SetCollectingStats()