Searched refs:GenerateFunction (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1293 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, in GenerateFunction() function in ScriptInterpreterPythonImpl 1391 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/false) in GenerateTypeScriptFunction() 1416 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/true) in GenerateScriptAliasFunction() 1922 error = GenerateFunction(sstr.GetData(), user_input, is_callback); in GenerateBreakpointCommandCallbackData() 1945 if (!GenerateFunction(sstr.GetData(), user_input, is_callback).Success()) in GenerateWatchpointCommandCallbackData()
|
| H A D | ScriptInterpreterPythonImpl.h | 185 Status GenerateFunction(const char *signature, const StringList &input,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 345 virtual Status GenerateFunction(const char *signature, in GenerateFunction() function
|