Home
last modified time | relevance | path

Searched refs:SetSilent (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h87 LoadScriptOptions &SetSilent(bool b) { in SetSilent() function
H A DCommandInterpreter.h105 void SetSilent(bool silent) { in SetSilent() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp179 options.SetSilent(true); in DoExecute()
1331 options.SetSilent(m_options.silent); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1956 LoadScriptOptions().SetInitSession(true).SetSilent(false); in LoadPluginModule()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2319 options.SetSilent(true); in SourceInitFile()