Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp35 DebuggerStats::SetCollectingStats(true); in DoExecute()
56 DebuggerStats::SetCollectingStats(false); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h161 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } in SetCollectingStats() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h78 void SetCollectingStats(bool v);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp215 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
221 return DebuggerStats::SetCollectingStats(v); in SetCollectingStats()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51644 (arg1)->SetCollectingStats(arg2); in _wrap_SBTarget_SetCollectingStats()