Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py20 self.assertFalse(target.GetCollectingStats())
22 self.assertTrue(target.GetCollectingStats())
24 self.assertFalse(target.GetCollectingStats())
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectStats.cpp30 if (DebuggerStats::GetCollectingStats()) { in DoExecute()
52 if (!DebuggerStats::GetCollectingStats()) { in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h155 static bool GetCollectingStats() { return g_collecting_stats; } in GetCollectingStats() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h80 bool GetCollectingStats();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i965 bool GetCollectingStats();
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp223 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget
229 return DebuggerStats::GetCollectingStats(); in GetCollectingStats()