Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp31 if (DebuggerStats::GetCollectingStats()) { in DoExecute()
52 if (!DebuggerStats::GetCollectingStats()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h207 static bool GetCollectingStats() { return g_collecting_stats; } in GetCollectingStats() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h87 bool GetCollectingStats();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp231 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget
237 return DebuggerStats::GetCollectingStats(); in GetCollectingStats()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54402 result = (bool)(arg1)->GetCollectingStats(); in _wrap_SBTarget_GetCollectingStats()