Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectStats.cpp30 if (DebuggerStats::GetCollectingStats()) { in DoExecute()
52 if (!DebuggerStats::GetCollectingStats()) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStatistics.h162 static bool GetCollectingStats() { return g_collecting_stats; } in GetCollectingStats() function
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h80 bool GetCollectingStats();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i965 bool GetCollectingStats();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp223 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget
229 return DebuggerStats::GetCollectingStats(); in GetCollectingStats()