Home
last modified time | relevance | path

Searched refs:GetSilent (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h90 bool GetSilent() const { return m_silent; } in GetSilent() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp2356 .SetEnableIO(!options.GetSilent()) in LoadScriptingModule()