Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1430 bool m_collecting_stats = false; variable
1433 void SetCollectingStats(bool v) { m_collecting_stats = v; } in SetCollectingStats()
1435 bool GetCollectingStats() { return m_collecting_stats; } in GetCollectingStats()