Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h65 ExecuteScriptOptions &SetEnableIO(bool enable) { in SetEnableIO() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1274 function_def_string.c_str(), ExecuteScriptOptions().SetEnableIO(false)); in ExportFunctionDefinitionToInterpreter()
2326 .SetEnableIO(!options.GetSilent()) in LoadScriptingModule()
2525 options.SetEnableIO(false); in IsReservedWord()
2772 &result_ptr, ExecuteScriptOptions().SetEnableIO(false))) { in GetDocumentationForItem()