Home
last modified time | relevance | path

Searched refs:GenerateScriptAliasFunction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h210 virtual bool GenerateScriptAliasFunction(StringList &input, in GenerateScriptAliasFunction() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h70 bool GenerateScriptAliasFunction(StringList &input,
H A DScriptInterpreterPython.cpp1361 bool ScriptInterpreterPythonImpl::GenerateScriptAliasFunction( in GenerateScriptAliasFunction() function in ScriptInterpreterPythonImpl
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1486 if (interpreter->GenerateScriptAliasFunction(lines, funct_name_str)) { in IOHandlerInputComplete()