Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h161 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } SetCollectingStats() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp215 void SBTarget::SetCollectingStats(bool v) { SetCollectingStats() function in SBTarget