Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DInstrumentationRuntime.h41 bool m_is_active; variable
46 m_is_active(false) { in InstrumentationRuntime()
63 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive()
87 bool IsActive() const { return m_is_active; } in IsActive()