Searched refs:GenerateFunction (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h177 Status GenerateFunction(const char *signature,
H A DScriptInterpreterPython.cpp1385 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, function in class:ScriptInterpreterPythonImpl
1461 if (!GenerateFunction(sstr.GetData(), user_input).Success())
1485 if (!GenerateFunction(sstr.GetData(), user_input).Success())
2186 error = GenerateFunction(sstr.GetData(), user_input);
2209 if (!GenerateFunction(sstr.GetData(), user_input).Success())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h281 virtual Status GenerateFunction(const char *signature, function in class:lldb_private::ScriptInterpreter

Completed in 168 milliseconds