Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp191 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult() function in SBExpressionOptions
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h435 void SetSuppressPersistentResult(bool b) { m_suppress_persistent_result = b; } in SetSuppressPersistentResult() function