Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h154 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } in SetCollectingStats() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp214 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget