Home
last modified time | relevance | path

Searched defs:GetCollectingStats (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h162 static bool GetCollectingStats() { return g_collecting_stats; } GetCollectingStats() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp224 bool SBTarget::GetCollectingStats() { GetCollectingStats() function in SBTarget