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