Home
last modified time | relevance | path

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

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