Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h91 bool GetSilent() const { return m_silent; } in GetSilent() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2326 .SetEnableIO(!options.GetSilent()) in LoadScriptingModule()