Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h146 virtual bool GenerateScriptAliasFunction(StringList &input, in GenerateScriptAliasFunction() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h195 bool GenerateScriptAliasFunction(StringList &input,
H A DScriptInterpreterPython.cpp1441 bool ScriptInterpreterPython::GenerateScriptAliasFunction( in GenerateScriptAliasFunction() function in ScriptInterpreterPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1657 if (interpreter->GenerateScriptAliasFunction(lines, funct_name_str)) { in IOHandlerInputComplete()