Home
last modified time | relevance | path

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

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