Home
last modified time | relevance | path

Searched refs:SetSuppressPersistentResult (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i108 … produce a persistent result that can be used in future expressions.") SetSuppressPersistentResult;
110 SetSuppressPersistentResult (bool b = false);
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp207 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult() function in SBExpressionOptions
208 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in SetSuppressPersistentResult()
335 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h79 void SetSuppressPersistentResult(bool b = false);