Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h180 virtual bool GenerateScriptAliasFunction(StringList &input, in GenerateScriptAliasFunction() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h67 bool GenerateScriptAliasFunction(StringList &input,
DScriptInterpreterPython.cpp1422 bool ScriptInterpreterPythonImpl::GenerateScriptAliasFunction( in GenerateScriptAliasFunction() function in ScriptInterpreterPythonImpl
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1476 if (interpreter->GenerateScriptAliasFunction(lines, funct_name_str)) { in IOHandlerInputComplete()