Searched defs:SetSuppressPersistentResult (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBExpressionOptions.cpp | 191 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult() function in SBExpressionOptions |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 435 void SetSuppressPersistentResult(bool b) { m_suppress_persistent_result = b; } SetSuppressPersistentResult() function |