Home
last modified time | relevance | path

Searched refs:ExportFunctionDefinitionToInterpreter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h55 ExportFunctionDefinitionToInterpreter(StringList &function_def) override;
H A DScriptInterpreterPython.cpp1287 Status ScriptInterpreterPythonImpl::ExportFunctionDefinitionToInterpreter( in ExportFunctionDefinitionToInterpreter() function in ScriptInterpreterPythonImpl
1372 error = ExportFunctionDefinitionToInterpreter(auto_generated_function); in GenerateFunction()
1465 if (!ExportFunctionDefinitionToInterpreter(auto_generated_class).Success()) in GenerateTypeSynthClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h185 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter() function