Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp30 if (DebuggerStats::GetCollectingStats()) { in DoExecute()
51 if (!DebuggerStats::GetCollectingStats()) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h162 static bool GetCollectingStats() { return g_collecting_stats; } in GetCollectingStats() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h85 bool GetCollectingStats();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp224 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget
230 return DebuggerStats::GetCollectingStats(); in GetCollectingStats()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51668 result = (bool)(arg1)->GetCollectingStats(); in _wrap_SBTarget_GetCollectingStats()