Home
last modified time | relevance | path

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

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