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 | 1298 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, in GenerateFunction() function in ScriptInterpreterPythonImpl 1396 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/false) in GenerateTypeScriptFunction() 1421 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/false) in GenerateScriptAliasFunction() 1816 error = GenerateFunction(sstr.GetData(), user_input, is_callback); in GenerateBreakpointCommandCallbackData() 1839 if (!GenerateFunction(sstr.GetData(), user_input, is_callback).Success()) in GenerateWatchpointCommandCallbackData()
|
H A D | ScriptInterpreterPythonImpl.h | 173 Status GenerateFunction(const char *signature, const StringList &input,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 303 virtual Status GenerateFunction(const char *signature, in GenerateFunction() function
|