Home
last modified time | relevance | path

Searched defs:SetSuppressPersistentResult (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp184 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { SetSuppressPersistentResult() function in SBExpressionOptions
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h424 void SetSuppressPersistentResult(bool b) { m_suppress_persistent_result = b; } SetSuppressPersistentResult() function