Searched defs:SetCollectingStats (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Statistics.h | 206 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } SetCollectingStats() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBTarget.cpp | 222 void SBTarget::SetCollectingStats(bool v) { SetCollectingStats() function in SBTarget |