Searched refs:GenerateFunction (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1278 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, in GenerateFunction() function in ScriptInterpreterPythonImpl 1379 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/false) in GenerateTypeScriptFunction() 1404 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/false) in GenerateScriptAliasFunction() 1783 error = GenerateFunction(sstr.GetData(), user_input, is_callback); in GenerateBreakpointCommandCallbackData() 1806 if (!GenerateFunction(sstr.GetData(), user_input, is_callback).Success()) in GenerateWatchpointCommandCallbackData()
|
| H A D | ScriptInterpreterPythonImpl.h | 178 Status GenerateFunction(const char *signature, const StringList &input,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 291 virtual Status GenerateFunction(const char *signature, in GenerateFunction() function
|