Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DTarget.h1099 bool old_value = m_suppress_synthetic_value; in SetSuppressSyntheticValue()
1100 m_suppress_synthetic_value = suppress; in SetSuppressSyntheticValue()
1107 return m_suppress_synthetic_value; in GetSuppressSyntheticValue()
1208 bool m_suppress_synthetic_value; variable
/external/lldb/source/Target/
DTarget.cpp87 m_suppress_synthetic_value(false) in Target()
211 m_suppress_synthetic_value = false; in Destroy()